From a846371348aeaf240c75840e03cde546147ec28d Mon Sep 17 00:00:00 2001 From: Scott Techau Date: Sat, 2 Mar 2024 17:28:48 -0800 Subject: [PATCH] chore: Enable publishing to crates.io via release-plz --- .github/workflows/release-plz.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index ed40482..063998f 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -32,8 +32,6 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Run release-plz uses: MarcoIeni/release-plz-action@main - with: - command: release-pr env: GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }} CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} \ No newline at end of file