Skip to content

Commit

Permalink
Install cargo release (#290)
Browse files Browse the repository at this point in the history
* Install cargo release

* Set tag prefix

---------

Co-authored-by: Matthew Iannucci <[email protected]>
  • Loading branch information
paraseba and mpiannucci authored Oct 16, 2024
1 parent ed76bf6 commit 747debc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-rust-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ jobs:
run: |
just pre-commit
- name: Install cargo-release
run: cargo install --locked cargo-release

- name: publish to crates
run: cargo release
run: cargo release --tag-prefix icechunk-rust --execute
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}

0 comments on commit 747debc

Please sign in to comment.