Skip to content

Commit

Permalink
Update deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Marble879 authored Jan 5, 2024
1 parent 7b61115 commit a734e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: bump-cargo-version
env:
RELEASE_TAG: ${{ github.ref }}
run: sed "s/0\\.0\\.0/${RELEASE_TAG##*\/v}/" Cargo.toml
run: sed -i "s/0.0.0/$VERSION/g" Cargo.toml
- name: dry-run
run: cargo publish --dry-run --allow-dirty
- name: publish
Expand Down

0 comments on commit a734e53

Please sign in to comment.