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 60324fe commit 1fbe052Copy full SHA for 1fbe052
.github/workflows/main.yml
@@ -25,7 +25,7 @@ jobs:
25
- run: npm test
26
if: runner.os != 'Linux'
27
- name: Publish
28
- if: success() && startsWith(github.ref, 'refs/tags/releases/') && matrix.os == 'ubuntu-latest'
+ if: success() && startsWith(github.ref, 'refs/tags/releases/') && runner.os == 'Linux'
29
run: npm run deploy
30
env:
31
VSCE_PAT: ${{ secrets.VSCE_PAT }}
0 commit comments