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 2821b5c commit ae0be11Copy full SHA for ae0be11
.github/workflows/build.yml
@@ -54,7 +54,8 @@ 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
- npm publish --workspaces --access public --registry=https://npm.pkg.github.com/
+ echo @exceptionless:registry=https://npm.pkg.github.com > .npmrc
+ echo "//npm.pkg.github.com/:_authToken="$NODE_AUTH_TOKEN >> .npmrc
59
+ npm publish --workspaces --access public
60
env:
61
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments