File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 24
24
description : " Publish on Visual Studio Marketplace?"
25
25
required : true
26
26
type : choice
27
- default : " yes "
27
+ default : " no "
28
28
options :
29
29
- " yes"
30
30
- " no"
31
31
publishOpenVSX :
32
32
description : " Publish on Open VSX Registry?"
33
33
required : true
34
34
type : choice
35
- default : " yes "
35
+ default : " no "
36
36
options :
37
37
- " yes"
38
38
- " no"
90
90
if : ${{ github.event.inputs.releaseChannel == 'stable' }}
91
91
- name : Version Package
92
92
run : |
93
- git stash
93
+ git checkout -- package.json
94
94
npm version $RELEASE_VERSION
95
95
git tag -a $RELEASE_VERSION -m "$RELEASE_VERSION"
96
- git stash pop
97
96
- name : Package Extension (Edge)
98
97
if : ${{ github.event.inputs.releaseChannel == 'edge' }}
99
98
run : |
Original file line number Diff line number Diff line change 4
4
Gemfile.lock
5
5
** /* .vsix
6
6
.vscode-test
7
- .wdio-vscode-service
7
+ .wdio-vscode-service
8
+ * -CHANGELOG.txt
Original file line number Diff line number Diff line change 1
1
.vscode /**
2
2
.vscode-test /**
3
+ .wdio-vscode-service /**
3
4
out /test /**
4
5
test /**
5
6
src /**
You can’t perform that action at this time.
0 commit comments