Skip to content

Commit fcbeb4b

Browse files
committed
Attempt to publish to github registry
1 parent 7c9cdf1 commit fcbeb4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ 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
57+
echo @exceptionless:registry=https://npm.pkg.github.com/:_authToken=${{secrets.GITHUB_TOKEN}} >> .npmrc
5858
npm publish --workspaces --access public
5959
env:
6060
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)