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 fb6a3c2 commit a9f0698Copy full SHA for a9f0698
.github/workflows/ci.yml
@@ -25,6 +25,6 @@ jobs:
25
run: npm run package
26
- name: Publish
27
if: ${{ github.ref == 'refs/heads/main' }}
28
- run: npm publish --access restricted
+ run: cd ./build/package && npm publish --access restricted
29
env:
30
- NPM_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ NPM_TOKEN: ${{ secrets.TOKEN }}
0 commit comments