Skip to content

Commit 656351d

Browse files
committed
attempt 9
1 parent 532fe4b commit 656351d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,6 @@ 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-
echo "//npm.pkg.github.com/:always-auth=true" >> .npmrc
59-
echo "//npm.pkg.github.com/:_authToken=$NODE_AUTH_TOKEN" >> .npmrc
57+
npm config set "@exceptionless:registry" https://npm.pkg.github.com/exceptionless
58+
npm config set //npm.pkg.github.com/:_authToken ${{secrets.GITHUB_TOKEN}}
6059
npm publish --workspaces --access public
61-
env:
62-
NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)