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 5df12f0 commit dc5823fCopy full SHA for dc5823f
1 file changed
.github/workflows/main.yml
@@ -23,6 +23,7 @@ jobs:
23
package: build/package.json
24
token: "${{ secrets.NPM_TOKEN }}"
25
- uses: Klemensas/action-autotag@stable
26
+ if: "!contains(github.event.head_commit.message, '[skip publish]')"
27
id: update_tag
28
with:
29
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
0 commit comments