Skip to content

Commit 2821b5c

Browse files
committed
try to push to to gpr
1 parent 5a3929a commit 2821b5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
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/:_authToken=${{secrets.GITHUB_TOKEN}} >> .npmrc
58-
npm publish --workspaces --access public
57+
echo @exceptionless:registry=https://npm.pkg.github.com/ >> .npmrc
58+
npm publish --workspaces --access public --registry=https://npm.pkg.github.com/
5959
env:
6060
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)