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 532fe4b commit 656351dCopy full SHA for 656351d
.github/workflows/build.yml
@@ -54,9 +54,6 @@ 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
58
- echo "//npm.pkg.github.com/:always-auth=true" >> .npmrc
59
- echo "//npm.pkg.github.com/:_authToken=$NODE_AUTH_TOKEN" >> .npmrc
+ npm config set "@exceptionless:registry" https://npm.pkg.github.com/exceptionless
+ npm config set //npm.pkg.github.com/:_authToken ${{secrets.GITHUB_TOKEN}}
60
npm publish --workspaces --access public
61
- env:
62
- NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments