Skip to content

Commit 13c1e1e

Browse files
committed
write to npmrc
1 parent 232cc2b commit 13c1e1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
git config --global user.email "[email protected]"
3939
git config --global user.name "codecademydev"
4040
git config --global push.default current
41+
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
4142
4243
- uses: ./.github/actions/yarn
4344

0 commit comments

Comments
 (0)