We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69a95ed commit 3b8515fCopy full SHA for 3b8515f
.github/workflows/npm-publish.yml
@@ -36,4 +36,4 @@ jobs:
36
37
- name: Publish if version has been updated
38
run: yarn npm publish --access public
39
- if: github.ref_type == 'tag'
+ if: contains(github.event.head_commit.message, 'Release ')
0 commit comments