File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,9 @@ permissions:
1010 contents : write
1111 pull-requests : write
1212
13+ env :
14+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
15+
1316jobs :
1417 release :
1518 name : Release
2629 with :
2730 node-version : " lts/*"
2831 cache : " yarn"
29- registry-url : " https://registry.npmjs.org"
32+ registry-url : https://registry.npmjs.org
3033
3134 - name : Installing dependencies
3235 run : yarn install --frozen-lockfile
3841 publish : yarn publish
3942 env :
4043 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
44+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
4145 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
4246
4347 - name : Export Error Logs as an Artifact
Original file line number Diff line number Diff line change 1+ //registry.npmjs.org/:_authToken = ${ NPM_TOKEN }
You can’t perform that action at this time.
0 commit comments