From 026bf097c6e14a5239286e6672394bbaeeac88cd Mon Sep 17 00:00:00 2001 From: patrick brisbin Date: Tue, 1 Apr 2025 10:39:51 -0400 Subject: [PATCH] chore(release): use published semantic-release plugin This has been released on npm, so we no longer need the git reference. The git reference doesn't work, in fact, because once released I stopped committing `dist/` to version control. --- .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 9fa37f0..7ed1de2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,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 }}