Skip to content

Commit

Permalink
Skip confirmation in rust release (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
paraseba authored Oct 21, 2024
1 parent e0a8011 commit c7322fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-rust-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ jobs:
run: cargo install --locked cargo-release

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

0 comments on commit c7322fe

Please sign in to comment.