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