File tree Expand file tree Collapse file tree 3 files changed +3
-17
lines changed Expand file tree Collapse file tree 3 files changed +3
-17
lines changed Original file line number Diff line number Diff line change 26
26
uses : actions/setup-node@v3
27
27
with :
28
28
node-version : 16
29
+ registry-url : ' https://registry.npmjs.org'
29
30
30
31
- name : Install pnpm
31
32
53
54
54
55
- name : Build library
55
56
run : pnpm run build
56
-
57
- - name : Set publishing config
58
- run : pnpm config set '//registry.npmjs.org/:_authToken' "${NODE_AUTH_TOKEN}"
59
- env :
60
- NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
61
57
62
58
- name : Publish
63
59
run : pnpm publish --tag latest --filter bootstrap-vue-3 --access=public
Original file line number Diff line number Diff line change 41
41
uses : actions/setup-node@v3
42
42
with :
43
43
node-version : 16
44
+ registry-url : ' https://registry.npmjs.org'
44
45
if : ${{ steps.release.outputs.releases_created }}
45
46
46
47
- name : Install pnpm
75
76
run : pnpm run build
76
77
if : ${{ steps.release.outputs.releases_created }}
77
78
78
- - name : Set publishing config
79
- run : pnpm config set '//registry.npmjs.org/:_authToken' "${NODE_AUTH_TOKEN}"
80
- env :
81
- NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
82
- if : ${{ steps.release.outputs.releases_created }}
83
-
84
79
- name : Publish
85
80
run : pnpm publish --tag develop --filter bootstrap-vue-3 --access=public
86
81
if : ${{ steps.release.outputs.releases_created }}
Original file line number Diff line number Diff line change 41
41
uses : actions/setup-node@v3
42
42
with :
43
43
node-version : 16
44
+ registry-url : ' https://registry.npmjs.org'
44
45
if : ${{ steps.release.outputs.releases_created }}
45
46
46
47
- name : Install pnpm
75
76
run : pnpm run build
76
77
if : ${{ steps.release.outputs.releases_created }}
77
78
78
- - name : Set publishing config
79
- run : pnpm config set '//registry.npmjs.org/:_authToken' "${NODE_AUTH_TOKEN}"
80
- env :
81
- NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
82
- if : ${{ steps.release.outputs.releases_created }}
83
-
84
79
- name : Publish
85
80
run : pnpm publish --tag latest --filter bootstrap-vue-3 --access=public
86
81
if : ${{ steps.release.outputs.releases_created }}
You can’t perform that action at this time.
0 commit comments