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 e84deda commit fcab30bCopy full SHA for fcab30b
.github/workflows/ci.yml
@@ -206,7 +206,7 @@ jobs:
206
files: rescript-vscode-${{ steps.tag_name.outputs.tag }}.vsix
207
208
- name: Publish extension as pre-release
209
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/master' && !startsWith(github.event.head_commit.message, 'publish tools')
210
run: npx vsce publish --pat ${{ secrets.MARKETPLACE_TOKEN }} --pre-release ${{ steps.increment_pre_release.outputs.new_version }} --no-git-tag-version
211
212
- name: Publish extension as release
0 commit comments