Skip to content

Commit

Permalink
Pass version to release
Browse files Browse the repository at this point in the history
  • Loading branch information
tarrencev committed Apr 16, 2024
1 parent 1348563 commit 2361b5e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
- run: |
VERSION=${{ inputs.version }}
VERSION=${VERSION#v}
echo "VERSION=$VERSION" >> $GITHUB_ENV
cargo release version ${{ env.VERSION }} --execute --no-confirm && cargo release replace --execute --no-confirm
cargo release version $VERSION --execute --no-confirm && cargo release replace --execute --no-confirm
- id: version_info
run: |
cargo install cargo-get
Expand Down

0 comments on commit 2361b5e

Please sign in to comment.