Skip to content

Commit 475fc44

Browse files
committed
fix: use released version of semantic-release-stack-upload
1 parent 94f3eb6 commit 475fc44

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
36+
semantic-release-stack-upload
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
75+
semantic-release-stack-upload
7676
env:
7777
FORCE_COLOR: 1
7878
GITHUB_TOKEN: ${{ steps.token.outputs.token }}

0 commit comments

Comments
 (0)