We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f811916 commit 5bce37cCopy full SHA for 5bce37c
1 file changed
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
with:
34
dry_run: true
35
extra_plugins: |
36
- git+https://github.com/pbrisbin/semantic-release-stack-upload.git#pb/prepare-in-verify
+ git+https://github.com/pbrisbin/semantic-release-stack-upload.git
37
env:
38
FORCE_COLOR: 1
39
PREPARE_IN_VERIFY: 1
@@ -72,7 +72,7 @@ jobs:
72
uses: cycjimmy/semantic-release-action@v4
73
74
75
76
77
78
GITHUB_TOKEN: ${{ steps.token.outputs.token }}
0 commit comments