File tree 2 files changed +7
-2
lines changed
2 files changed +7
-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 set version ${GITHUB_REF:10}
22
+ - name : publish extension
23
+ run : cd .. && yarn && yarn version --no-git-tag-version --new-version ${GITHUB_REF:10} && vsce publish
24
+ env :
25
+ VSCE_PAT : ${{ secrets.VSCE_PAT }}
21
26
22
27
with :
23
28
author_name : github-actions
24
29
author_email : 41898282+github-actions[bot]@users.noreply.github.com
25
30
add : python-cli/pyproject.toml
26
31
branch : main
32
+ message : Published version ${GITHUB_REF:10}
Original file line number Diff line number Diff line change 72
72
"url" : " https://github.com/treebeardtech/deepcov"
73
73
},
74
74
"scripts" : {
75
- "compile" : " tsc -p ./" ,
75
+ "compile" : " tsc -p ./ && yarn run lint " ,
76
76
"lint" : " eslint src --ext ts" ,
77
- "pretest" : " yarn run compile && yarn run lint" ,
78
77
"test" : " node ./out/test/runTest.js" ,
79
78
"vscode:prepublish" : " yarn run compile" ,
80
79
"watch" : " tsc -watch -p ./"
You can’t perform that action at this time.
0 commit comments