We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b8515f commit 6339e8eCopy full SHA for 6339e8e
.github/workflows/npm-publish.yml
@@ -35,5 +35,7 @@ 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
+ env:
40
+ NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
41
if: contains(github.event.head_commit.message, 'Release ')
0 commit comments