Skip to content

Commit

Permalink
Use cargo command directly (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
aurexav authored Jun 24, 2023
1 parent 5f184ab commit 87f723d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,4 @@ jobs:
- name: Login
run: cargo login ${{ secrets.CARGO_REGISTRY_TOKEN }}
- name: Publish
uses: actions-rs/cargo@v1
with:
command: publish
args: --locked
run: cargo publish --locked

0 comments on commit 87f723d

Please sign in to comment.