From 09cf3a54b4c974d8c037ec4b26c5933b5f72f25e Mon Sep 17 00:00:00 2001 From: Josh McKinney <joshka@users.noreply.github.com> Date: Fri, 31 May 2024 16:53:11 -0700 Subject: [PATCH] Revert "ci: use faster release-plz" This reverts commit 617abcd1a4a22abed0f8879833066eafd0aec89f. The faster approach is now part of the main release-plz action. Fixed in: https://github.com/MarcoIeni/release-plz-action/pull/146 --- .github/workflows/release-plz.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index fef56fb..c06e748 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -23,7 +23,7 @@ jobs: - name: Install Rust toolchain (stable) uses: dtolnay/rust-toolchain@stable - name: Run release-plz - uses: joshka/release-plz-action@c39e7f1959e30f3d0178027328895055a74aa955 + uses: MarcoIeni/release-plz-action@v0.5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}