Skip to content

Commit dc5823f

Browse files
committed
fix workflow [skip publish]
1 parent 5df12f0 commit dc5823f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
package: build/package.json
2424
token: "${{ secrets.NPM_TOKEN }}"
2525
- uses: Klemensas/action-autotag@stable
26+
if: "!contains(github.event.head_commit.message, '[skip publish]')"
2627
id: update_tag
2728
with:
2829
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)