ci: Skip publish confirmation prompt
This commit is contained in:
parent
5790a075e9
commit
b29977563d
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:
|
env:
|
||||||
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
|
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
|
||||||
run: |
|
run: |
|
||||||
cargo workspaces publish --from-git
|
cargo workspaces publish --from-git -y
|
||||||
|
|
||||||
github_release:
|
github_release:
|
||||||
name: Create GitHub Release
|
name: Create GitHub Release
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue