Skip to content

Commit 3b8515f

Browse files
author
matus.hudec
committed
Release 7.0.3
1 parent 69a95ed commit 3b8515f

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)