We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99988fe commit 0a25981Copy full SHA for 0a25981
.github/workflows/npm-publish.yml
@@ -27,6 +27,6 @@ jobs:
27
- name: Build
28
run: yarn build
29
- name: Publish to NPM
30
- run: yarn npm publish
+ run: npm publish
31
env:
32
NODE_AUTH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
0 commit comments