Use --no-verify (#466)

This commit is contained in:
Yota Toyama
2025-09-19 08:52:20 -07:00
committed by GitHub
parent 5a34f4f9ef
commit 1117b45074

View File

@@ -22,6 +22,8 @@ jobs:
- uses: rust-lang/crates-io-auth-action@v1
id: auth
if: github.ref == 'refs/heads/main'
- run: cargo workspaces publish -y --from-git ${{ github.ref != 'refs/heads/main' && '--dry-run' || '' }}
- run: >
cargo workspaces publish -y --from-git --no-verify
${{ github.ref != 'refs/heads/main' && '--dry-run' || '' }}
env:
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}