mirror of
https://github.com/bdwgc/bdwgc-rust.git
synced 2026-05-29 09:58:55 -06:00
Fix release workflow with --no-verify (#371)
This commit is contained in:
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
submodules: true
|
||||
- uses: raviqqe/cargo-cache@v1
|
||||
- run: cargo install cargo-workspaces
|
||||
- run: cargo workspaces publish -y --from-git
|
||||
- run: cargo workspaces publish -y --from-git --no-verify
|
||||
env:
|
||||
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
|
||||
if: github.ref == 'refs/heads/main'
|
||||
|
||||
Reference in New Issue
Block a user