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 ae0be11 commit 4fcc9cfCopy full SHA for 4fcc9cf
.github/workflows/build.yml
@@ -54,8 +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
- echo "//npm.pkg.github.com/:_authToken="$NODE_AUTH_TOKEN >> .npmrc
+ 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}}
+ NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments