Skip to content

Commit a172938

Browse files
authored
Merge pull request #71 from Cimpress-MCP/mh/FixPublish
Release 7.0.3
2 parents fb9bc90 + b741617 commit a172938

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
@@ -35,5 +35,5 @@ jobs:
3535
run: yarn build
3636

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

0 commit comments

Comments
 (0)