Skip to content

Commit 47b48cb

Browse files
committed
Fix cargo-release confirm
1 parent 3d27187 commit 47b48cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-test-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ jobs:
7979
id: auth
8080

8181
- name: Publish to crates.io
82-
run: cargo release publish --workspace --execute
82+
run: cargo release publish --workspace --execute --no-confirm
8383
env:
8484
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}

0 commit comments

Comments
 (0)