We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf0d6c0 commit 5d76825Copy full SHA for 5d76825
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
tag: ${{ github.ref }}
40
41
- name: Publish
42
- if: success() && startsWith( github.ref, 'refs/tags/releases/') && matrix.os == 'ubuntu-latest'
+ if: success() && startsWith( github.ref, 'refs/tags/v') && matrix.os == 'ubuntu-latest'
43
run: npm run publish
44
env:
45
VSCE_PAT: ${{ secrets.VSCE_PAT }}
0 commit comments