File tree 2 files changed +7
-8
lines changed
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
2
2
3
3
on :
4
4
push :
5
- branches :
6
- - main
7
5
tags :
8
6
- " v*.*.*"
9
7
- " v*.*.*-*"
@@ -29,14 +27,15 @@ jobs:
29
27
run : yarn deploy
30
28
env :
31
29
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"
37
35
- uses : softprops/action-gh-release@v2
38
36
with :
39
37
generate_release_notes : true
38
+ files : " *.vsix"
40
39
draft : false
41
40
env :
42
41
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 30
30
"test" : " yarn run compile && sh ./scripts/e2e.sh" ,
31
31
"format" : " prettier --write ." ,
32
32
"format:check" : " prettier --check . server client" ,
33
- "postversion" : " git push --tags && git push" ,
33
+ "postversion" : " git push --tags && git push --force " ,
34
34
"vscode:prepublish" : " yarn run compile"
35
35
},
36
36
"activationEvents" : [
You can’t perform that action at this time.
0 commit comments