Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
reenigneEsrever92 committed Dec 17, 2023
1 parent 42bd224 commit 077c4b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ jobs:
- name: Install workspaces
run : cargo install cargo-workspaces
- name: Login
run: cargo login ${{ secrets.CRATES_IO_TOKEN }}
run: cargo login ${{secrets.CRATES_IO_TOKEN}}
- name: Publish
run: cargo workspaces -y ${{ github.event.inputs.version_level }}

0 comments on commit 077c4b2

Please sign in to comment.