Skip to content

Commit fcab30b

Browse files
committed
publish tools
1 parent e84deda commit fcab30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
files: rescript-vscode-${{ steps.tag_name.outputs.tag }}.vsix
207207

208208
- name: Publish extension as pre-release
209-
if: github.ref == 'refs/heads/master'
209+
if: github.ref == 'refs/heads/master' && !startsWith(github.event.head_commit.message, 'publish tools')
210210
run: npx vsce publish --pat ${{ secrets.MARKETPLACE_TOKEN }} --pre-release ${{ steps.increment_pre_release.outputs.new_version }} --no-git-tag-version
211211

212212
- name: Publish extension as release

0 commit comments

Comments
 (0)