We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c57185e commit c245c40Copy full SHA for c245c40
.github/workflows/release.yml
@@ -33,8 +33,8 @@ jobs:
33
- run: vsce package
34
if: ${{ env.PRERELEASE == 'false' }}
35
- run: vsce package --pre-release
36
- if: ${{ env.PRERELEASE == true }}
+ if: ${{ env.PRERELEASE == 'true' }}
37
- run: vsce publish -p ${{ secrets.VSCE_PAT }}
38
39
- run: vsce publish -p ${{ secrets.VSCE_PAT }} --pre-release
40
- if: ${{ env.PRERELEASE == 'false' }}
0 commit comments