Skip to content

Commit 5d76825

Browse files
authored
Fix release check
1 parent bf0d6c0 commit 5d76825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
tag: ${{ github.ref }}
4040

4141
- name: Publish
42-
if: success() && startsWith( github.ref, 'refs/tags/releases/') && matrix.os == 'ubuntu-latest'
42+
if: success() && startsWith( github.ref, 'refs/tags/v') && matrix.os == 'ubuntu-latest'
4343
run: npm run publish
4444
env:
4545
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 commit comments

Comments
 (0)