Skip to content

Commit

Permalink
updated for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
emilpriver committed Dec 29, 2023
1 parent 344abd8 commit 1030561
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,6 @@ jobs:
- name: Install cargo release
run: cargo install cargo-release
- name: Publish version
run: cargo release --execute --no-confirm ${{ github.ref_name#v }}
run: |
TAG=${GITHUB_REF_NAME#v}
cargo release --execute --no-confirm ${ TAG }

0 comments on commit 1030561

Please sign in to comment.