Skip to content

Commit ae0be11

Browse files
committed
attempt 6
1 parent 2821b5c commit ae0be11

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ jobs:
5454
- name: Push CI Packages
5555
if: github.event_name != 'pull_request' && matrix.os == 'ubuntu-latest'
5656
run: |
57-
echo @exceptionless:registry=https://npm.pkg.github.com/ >> .npmrc
58-
npm publish --workspaces --access public --registry=https://npm.pkg.github.com/
57+
echo @exceptionless:registry=https://npm.pkg.github.com > .npmrc
58+
echo "//npm.pkg.github.com/:_authToken="$NODE_AUTH_TOKEN >> .npmrc
59+
npm publish --workspaces --access public
5960
env:
6061
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)