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:
10
10
contents : write
11
11
pull-requests : write
12
12
13
+ env :
14
+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
15
+
13
16
jobs :
14
17
release :
15
18
name : Release
26
29
with :
27
30
node-version : " lts/*"
28
31
cache : " yarn"
29
- registry-url : " https://registry.npmjs.org"
32
+ registry-url : https://registry.npmjs.org
30
33
31
34
- name : Installing dependencies
32
35
run : yarn install --frozen-lockfile
38
41
publish : yarn publish
39
42
env :
40
43
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
44
+ NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
41
45
NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
42
46
43
47
- 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