Skip to content

Commit 532fe4b

Browse files
committed
attempt 8
1 parent 4fcc9cf commit 532fe4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
if: github.event_name != 'pull_request' && matrix.os == 'ubuntu-latest'
5656
run: |
5757
echo "@exceptionless:registry=https://npm.pkg.github.com/" > .npmrc
58+
echo "//npm.pkg.github.com/:always-auth=true" >> .npmrc
5859
echo "//npm.pkg.github.com/:_authToken=$NODE_AUTH_TOKEN" >> .npmrc
5960
npm publish --workspaces --access public
6061
env:

0 commit comments

Comments
 (0)