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 5a3929a commit 2821b5cCopy full SHA for 2821b5c
.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/:_authToken=${{secrets.GITHUB_TOKEN}} >> .npmrc
58
- npm publish --workspaces --access public
+ echo @exceptionless:registry=https://npm.pkg.github.com/ >> .npmrc
+ npm publish --workspaces --access public --registry=https://npm.pkg.github.com/
59
env:
60
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments