We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
YARN_NPM_AUTH_TOKEN
1 parent 101f980 commit 6d5eb52Copy full SHA for 6d5eb52
.github/workflows/version-or-publish.yml
@@ -38,4 +38,4 @@ jobs:
38
publish: yarn npm publish --tolerate-republish
39
env:
40
GITHUB_TOKEN: ${{ github.token }}
41
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
+ YARN_NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
.yarnrc.yml
@@ -2,8 +2,4 @@ defaultSemverRangePrefix: ""
2
3
nodeLinker: node-modules
4
5
-npmRegistries:
6
- //registry.npmjs.org:
7
- npmAuthToken: "${NPM_TOKEN:-''}"
8
-
9
preferInteractive: true
0 commit comments