Skip to content

Commit 1fbe052

Browse files
committed
Fixes
1 parent 60324fe commit 1fbe052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- run: npm test
2626
if: runner.os != 'Linux'
2727
- name: Publish
28-
if: success() && startsWith(github.ref, 'refs/tags/releases/') && matrix.os == 'ubuntu-latest'
28+
if: success() && startsWith(github.ref, 'refs/tags/releases/') && runner.os == 'Linux'
2929
run: npm run deploy
3030
env:
3131
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 commit comments

Comments
 (0)