diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3c4b054..02627fc 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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'