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 9de926c commit 2eb41fbCopy full SHA for 2eb41fb
.github/workflows/build.yml
@@ -80,4 +80,5 @@ jobs:
80
${{ steps.vars.outputs.PKG_NAME }}
81
82
- name: Publish VSCode market
83
+ if: startsWith(github.ref, 'refs/tags/')
84
run: vsce publish -i ${{ steps.vars.outputs.PKG_NAME }} -t ${{ matrix.platform }} -p ${{ secrets.VSCE_TOKEN }}
0 commit comments