Skip to content

Commit fb9bc90

Browse files
authored
Merge pull request #70 from Cimpress-MCP/mh/FixPublish
Release 7.0.3
2 parents 6627ce2 + 3b8515f commit fb9bc90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636

3737
- name: Publish if version has been updated
3838
run: yarn npm publish --access public
39-
if: github.ref_type == 'tag'
39+
if: contains(github.event.head_commit.message, 'Release ')

0 commit comments

Comments
 (0)