From 5bce37cb4cbb91ac9fe877b4a0cd24fc7b353220 Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Wed, 12 Feb 2025 12:27:41 -0500 Subject: [PATCH] chore(release): fix plugin git reference I merged that branch once we had it all working, which deleted it, but forgot to update this. Womp. --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 90b6425..8722473 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,7 +33,7 @@ jobs: with: dry_run: true extra_plugins: | - git+https://github.com/pbrisbin/semantic-release-stack-upload.git#pb/prepare-in-verify + git+https://github.com/pbrisbin/semantic-release-stack-upload.git env: FORCE_COLOR: 1 PREPARE_IN_VERIFY: 1 @@ -72,7 +72,7 @@ jobs: uses: cycjimmy/semantic-release-action@v4 with: extra_plugins: | - git+https://github.com/pbrisbin/semantic-release-stack-upload.git#pb/prepare-in-verify + git+https://github.com/pbrisbin/semantic-release-stack-upload.git env: FORCE_COLOR: 1 GITHUB_TOKEN: ${{ steps.token.outputs.token }}