diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f3e2080..b7c5181 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Run release-plz - uses: MarcoIeni/release-plz-action@v0.5.120 + uses: MarcoIeni/release-plz-action@v0.5.128 env: GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_ORG_TOKEN }} CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_IO_ORG_TOKEN }}