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 7c9cdf1 commit fcbeb4bCopy full SHA for fcbeb4b
.github/workflows/build.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Push CI Packages
55
if: github.event_name != 'pull_request' && matrix.os == 'ubuntu-latest'
56
run: |
57
- echo @exceptionless:registry=https://npm.pkg.github.com >> .npmrc
+ echo @exceptionless:registry=https://npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}} >> .npmrc
58
npm publish --workspaces --access public
59
env:
60
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments