Skip to content

Commit 5bce37c

Browse files
committed
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.
1 parent f811916 commit 5bce37c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
with:
3434
dry_run: true
3535
extra_plugins: |
36-
git+https://github.com/pbrisbin/semantic-release-stack-upload.git#pb/prepare-in-verify
36+
git+https://github.com/pbrisbin/semantic-release-stack-upload.git
3737
env:
3838
FORCE_COLOR: 1
3939
PREPARE_IN_VERIFY: 1
@@ -72,7 +72,7 @@ jobs:
7272
uses: cycjimmy/semantic-release-action@v4
7373
with:
7474
extra_plugins: |
75-
git+https://github.com/pbrisbin/semantic-release-stack-upload.git#pb/prepare-in-verify
75+
git+https://github.com/pbrisbin/semantic-release-stack-upload.git
7676
env:
7777
FORCE_COLOR: 1
7878
GITHUB_TOKEN: ${{ steps.token.outputs.token }}

0 commit comments

Comments
 (0)