Fix release workflow with --no-verify (#371)

This commit is contained in:
Yota Toyama
2024-08-11 21:59:02 +10:00
committed by GitHub
parent 3943f8cade
commit bf625aaf64

View File

@@ -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'