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 4fcc9cf commit 532fe4bCopy full SHA for 532fe4b
.github/workflows/build.yml
@@ -55,6 +55,7 @@ jobs:
55
if: github.event_name != 'pull_request' && matrix.os == 'ubuntu-latest'
56
run: |
57
echo "@exceptionless:registry=https://npm.pkg.github.com/" > .npmrc
58
+ echo "//npm.pkg.github.com/:always-auth=true" >> .npmrc
59
echo "//npm.pkg.github.com/:_authToken=$NODE_AUTH_TOKEN" >> .npmrc
60
npm publish --workspaces --access public
61
env:
0 commit comments