File tree Expand file tree Collapse file tree 3 files changed +0
-22
lines changed Expand file tree Collapse file tree 3 files changed +0
-22
lines changed Original file line number Diff line number Diff line change @@ -54,16 +54,10 @@ jobs:
54
54
- name : Build library
55
55
run : pnpm run build
56
56
57
- - name : Test library
58
- run : pnpm test
59
-
60
57
- name : Set publishing config
61
58
run : pnpm config set '//registry.npmjs.org/:_authToken' "${NODE_AUTH_TOKEN}"
62
59
env :
63
60
NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
64
-
65
- - name : Show git status
66
- run : git status
67
61
68
62
- name : Publish
69
63
run : pnpm publish --tag latest --filter bootstrap-vue-3 --access=public
Original file line number Diff line number Diff line change @@ -75,20 +75,12 @@ jobs:
75
75
run : pnpm run build
76
76
if : ${{ steps.release.outputs.releases_created }}
77
77
78
- - name : Test library
79
- run : pnpm test
80
- if : ${{ steps.release.outputs.releases_created }}
81
-
82
78
- name : Set publishing config
83
79
run : pnpm config set '//registry.npmjs.org/:_authToken' "${NODE_AUTH_TOKEN}"
84
80
env :
85
81
NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
86
82
if : ${{ steps.release.outputs.releases_created }}
87
83
88
- - name : Show git status
89
- run : git status
90
- if : ${{ steps.release.outputs.releases_created }}
91
-
92
84
- name : Publish
93
85
run : pnpm publish --tag develop --filter bootstrap-vue-3 --access=public
94
86
if : ${{ steps.release.outputs.releases_created }}
Original file line number Diff line number Diff line change @@ -75,20 +75,12 @@ jobs:
75
75
run : pnpm run build
76
76
if : ${{ steps.release.outputs.releases_created }}
77
77
78
- - name : Test library
79
- run : pnpm test
80
- if : ${{ steps.release.outputs.releases_created }}
81
-
82
78
- name : Set publishing config
83
79
run : pnpm config set '//registry.npmjs.org/:_authToken' "${NODE_AUTH_TOKEN}"
84
80
env :
85
81
NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
86
82
if : ${{ steps.release.outputs.releases_created }}
87
83
88
- - name : Show git status
89
- run : git status
90
- if : ${{ steps.release.outputs.releases_created }}
91
-
92
84
- name : Publish
93
85
run : pnpm publish --tag latest --filter bootstrap-vue-3 --access=public
94
86
if : ${{ steps.release.outputs.releases_created }}
You can’t perform that action at this time.
0 commit comments