There was an error while loading. Please reload this page.
1 parent 3d27187 commit 47b48cbCopy full SHA for 47b48cb
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