Skip to content

Commit 4fcc9cf

Browse files
committed
attempt 7
1 parent ae0be11 commit 4fcc9cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)