We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdfc4a2 commit 7f63437Copy full SHA for 7f63437
.github/workflows/vscode.yml
@@ -31,3 +31,6 @@ jobs:
31
32
- name: Release
33
uses: softprops/action-gh-release@v1
34
+ if: startsWith(github.ref, 'refs/tags/')
35
+ with:
36
+ files: "*.vsix"
0 commit comments