We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c57e92 commit 88ddcf9Copy full SHA for 88ddcf9
.github/workflows/publish.yml
@@ -39,6 +39,7 @@ jobs:
39
- name: Build (browser)
40
run: npm run build:browser
41
42
+ - run: echo "registry=https://npm.pkg.github.com/" >> .npmrc
43
- run: npm publish
44
env:
45
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments