From 15cf81ddeaa75eff1e540fb73f2b750f95231e40 Mon Sep 17 00:00:00 2001 From: robot9001 Date: Thu, 5 Oct 2023 21:29:51 +0200 Subject: [PATCH] chore: Test using `release-plz` with automatic Git author Signed-off-by: robot9001 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 97f1fc9c..2341c16c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -34,7 +34,7 @@ jobs: fetch-depth: 0 token: ${{ steps.app-token.outputs.token }} - - uses: MarcoIeni/release-plz-action@31e374c56df9fc4eca2c9829661be075a5ce62c2 # v0.5.24 + - uses: MarcoIeni/release-plz-action@5c035ca231f363d920a95483bece00036c6e55a6 # https://github.com/MarcoIeni/release-plz-action/pull/85 env: GITHUB_TOKEN: ${{ steps.app-token.outputs.token }} CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}