We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6627ce2 + 3b8515f commit fb9bc90Copy full SHA for fb9bc90
.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