From 714fc1c72c58194afa91e1de7d18a7321fbfcc7d Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Mon, 24 Feb 2025 10:00:39 -0500 Subject: [PATCH] fix: use released version of semantic-release-stack-upload --- .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 71d49fc..885d5c3 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 + semantic-release-stack-upload 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 + semantic-release-stack-upload env: FORCE_COLOR: 1 GITHUB_TOKEN: ${{ steps.token.outputs.token }}