There was an error while loading. Please reload this page.
2 parents 604b549 + 47b48cb commit a23d089Copy full SHA for a23d089
1 file changed
.github/workflows/build-test-release.yaml
@@ -79,6 +79,6 @@ jobs:
79
id: auth
80
81
- name: Publish to crates.io
82
- run: cargo release publish --workspace --execute
+ run: cargo release publish --workspace --execute --no-confirm
83
env:
84
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
0 commit comments