Skip to content

Commit

Permalink
fix version setting
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-richter committed Aug 19, 2024
1 parent 73b55e6 commit 6f78c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: set-version
args: $GITHUB_REF_NAME
args: ${{ github.ref_name }}

- uses: taiki-e/upload-rust-binary-action@v1
with:
Expand Down

0 comments on commit 6f78c9b

Please sign in to comment.