We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 232cc2b commit 13c1e1eCopy full SHA for 13c1e1e
.github/workflows/publish.yml
@@ -38,6 +38,7 @@ jobs:
38
git config --global user.email "[email protected]"
39
git config --global user.name "codecademydev"
40
git config --global push.default current
41
+ echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
42
43
- uses: ./.github/actions/yarn
44
0 commit comments