File tree Expand file tree Collapse file tree 2 files changed +7
-8
lines changed
Expand file tree Collapse file tree 2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,6 @@ name: GitHub release and VSCode Extension publishing
22
33on :
44 push :
5- branches :
6- - main
75 tags :
86 - " v*.*.*"
97 - " v*.*.*-*"
@@ -29,14 +27,15 @@ jobs:
2927 run : yarn deploy
3028 env :
3129 VSCE_PAT : ${{ secrets.VSCE_PAT }}
32- - name : Upload artifact
33- uses : actions/upload-artifact@v4
34- with :
35- name : VSIX
36- path : " *.vsix"
30+ # - name: Upload artifact
31+ # uses: actions/upload-artifact@v4
32+ # with:
33+ # name: VSIX
34+ # path: "*.vsix"
3735 - uses : softprops/action-gh-release@v2
3836 with :
3937 generate_release_notes : true
38+ files : " *.vsix"
4039 draft : false
4140 env :
4241 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 3030 "test" : " yarn run compile && sh ./scripts/e2e.sh" ,
3131 "format" : " prettier --write ." ,
3232 "format:check" : " prettier --check . server client" ,
33- "postversion" : " git push --tags && git push" ,
33+ "postversion" : " git push --tags && git push --force " ,
3434 "vscode:prepublish" : " yarn run compile"
3535 },
3636 "activationEvents" : [
You can’t perform that action at this time.
0 commit comments