forked from GitHub/bdwgc-rust
Use --no-verify (#466)
This commit is contained in:
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@@ -22,6 +22,8 @@ jobs:
|
|||||||
- uses: rust-lang/crates-io-auth-action@v1
|
- uses: rust-lang/crates-io-auth-action@v1
|
||||||
id: auth
|
id: auth
|
||||||
if: github.ref == 'refs/heads/main'
|
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:
|
env:
|
||||||
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
|
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
|
||||||
|
|||||||
Reference in New Issue
Block a user