File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 18
18
- run : poetry build
19
19
- run : pip install twine
20
20
- run : twine upload dist/* -ualex-treebeard -p${{ secrets.PYPI_PASSWORD }}
21
- - run : yarn && yarn run publish ${GITHUB_REF:10}
21
+ - run : yarn && yarn run bumpversion ${GITHUB_REF:10} && yarn run publish
22
22
env :
23
23
VSCE_PAT : ${{ secrets.VSCE_PAT }}
24
24
Original file line number Diff line number Diff line change 73
73
"url" : " https://github.com/treebeardtech/deepcov"
74
74
},
75
75
"scripts" : {
76
+ "bumpversion" : " yarn version --no-git-tag-version --new-version" ,
76
77
"compile" : " tsc -p ./ && yarn run lint" ,
77
78
"lint" : " eslint src --ext ts" ,
78
79
"package" : " yarn run vsce package" ,
79
- "publish" : " yarn version --no-git-tag-version ${0} --new-version && yarn run vsce publish" ,
80
+ "publish" : " yarn run vsce publish" ,
80
81
"test" : " node ./out/test/runTest.js" ,
81
82
"vscode:prepublish" : " yarn run compile" ,
82
83
"watch" : " tsc -watch -p ./"
You can’t perform that action at this time.
0 commit comments