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.
2 parents deed80f + 73f5e59 commit 2efee84Copy full SHA for 2efee84
1 file changed
.github/workflows/CI.yml
@@ -44,7 +44,7 @@ jobs:
44
name: test-vscode
45
path: release.vsix
46
- name: Publish Artifact
47
- if: success() && startsWith( github.ref, 'refs/tags/v') && matrix.os == 'ubuntu-latest'
+ if: success() && github.event_name == 'release' && matrix.os == 'ubuntu-latest'
48
run: npm run deploy
49
env:
50
VSCE_PAT: ${{secrets.VSCE_PAT}}
0 commit comments