We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fb9bc90 + b741617 commit a172938Copy full SHA for a172938
.github/workflows/npm-publish.yml
@@ -35,5 +35,5 @@ jobs:
35
run: yarn build
36
37
- name: Publish if version has been updated
38
- run: yarn npm publish --access public
+ run: npm publish --access public
39
if: contains(github.event.head_commit.message, 'Release ')
0 commit comments