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.
1 parent 433a956 commit 862e5b0Copy full SHA for 862e5b0
.github/workflows/ci.yml
@@ -71,7 +71,7 @@ jobs:
71
# NOTE:
72
# By default NPM access tokens expire after a year, and so these will need to be updated when the build starts to fail.
73
- name: Publish
74
- run: pnpm publish --access public
+ run: npm publish --access public
75
env:
76
NODE_AUTH_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
77
NPM_TOKEN: ${{ secrets.NPM_ACCESS_TOKEN }}
0 commit comments