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.
2 parents 34120d9 + bf95ec3 commit 63ccddcCopy full SHA for 63ccddc
.github/workflows/publish.yml
@@ -43,6 +43,7 @@ jobs:
43
echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> ~/.npmrc
44
env:
45
OWNER: ${{ github.repository_owner }}
46
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
47
48
- name: Publish to GitHub Packages
49
run: npm publish --registry https://npm.pkg.github.com/
.npmrc
@@ -1,6 +1,5 @@
1
//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}
2
registry=https://registry.npmjs.org/
3
-always-auth=true
4
5
@gabrielbarth:registry=https://npm.pkg.github.com
6
//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}
0 commit comments