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 ad67f25 commit cf10a18
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 @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- name: bump-cargo-version
run: |
export VERSION=${{ github.ref }}
export VERSION=${{ github.ref##*\/v }}
sed -i "s/0.0.0/$VERSION/g" Cargo.toml
- name: dry-run
run: cargo publish --dry-run --allow-dirty
Expand Down

0 comments on commit cf10a18

Please sign in to comment.