ci: Skip publish confirmation prompt
This commit is contained in:
parent
f69dcb1387
commit
88dcb80e97
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
env:
|
||||
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
|
||||
run: |
|
||||
cargo workspaces publish --from-git
|
||||
cargo workspaces publish --from-git -y
|
||||
|
||||
github_release:
|
||||
name: Create GitHub Release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue