File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1
- name : Node.js Package
1
+ name : Publish Package
2
2
3
3
on :
4
4
push :
5
- tags : " v**"
5
+ tags :
6
+ - " v**"
6
7
workflow_dispatch :
7
8
8
9
jobs :
32
33
33
34
- name : Publish Package 🚀
34
35
run : |
35
- cd dist
36
36
npm publish --provenance --access public
37
37
env :
38
38
NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @wopjs/tsur" ,
3
- "private" : true ,
4
3
"version" : " 0.1.7" ,
5
4
"description" : " TypeScript goodies inspired by Rust." ,
6
5
"repository" : " wopjs/tsur" ,
34
33
" dist"
35
34
],
36
35
"scripts" : {
37
- "prepublishOnly" : " npm run build && echo 'Run the npm publish command inside `dist`.' && exit 1 " ,
36
+ "prepublishOnly" : " npm run build" ,
38
37
"lint" : " eslint && prettier --check ." ,
39
38
"lint:fix" : " eslint --fix && prettier --write ." ,
40
39
"ts-check" : " tsc --noEmit" ,
You can’t perform that action at this time.
0 commit comments