Skip to content

Commit a23d089

Browse files
authored
Fix cargo-release confirm (#20)
2 parents 604b549 + 47b48cb commit a23d089

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)