File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 28
28
node-version : 16
29
29
registry-url : https://registry.npmjs.org/
30
30
- run : npm install
31
- - run : npm publish
31
+ - run : npm publish --tag develop
32
32
env :
33
33
NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
Original file line number Diff line number Diff line change 26
26
if : ${{ steps.release.outputs.release_created }}
27
27
- run : npm install
28
28
if : ${{ steps.release.outputs.release_created }}
29
- - run : npm publish
29
+ - run : npm publish --tag develop
30
30
env :
31
31
NODE_AUTH_TOKEN : ${{secrets.NPM_TOKEN}}
32
32
if : ${{ steps.release.outputs.release_created }}
Original file line number Diff line number Diff line change 38
38
"test" : " npm run test:lint && npm run test:unit" ,
39
39
"test:lint" : " npm run lint" ,
40
40
"test:unit" : " vitest" ,
41
- "publish" : " npm publish --tag develop" ,
42
41
"prepare" : " husky install && npm run build"
43
42
},
44
43
"dependencies" : {
You can’t perform that action at this time.
0 commit comments