File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 7
7
workflow_dispatch :
8
8
9
9
push :
10
- branches : [" main" ]
10
+ branches : [' main' ]
11
11
12
12
jobs :
13
13
release :
@@ -26,16 +26,13 @@ jobs:
26
26
- uses : actions/setup-node@v3
27
27
with :
28
28
node-version : 18
29
- cache : " npm"
29
+ cache : ' npm'
30
30
31
- - name : " Install dependencies"
31
+ - name : ' Install dependencies'
32
32
run : npm ci
33
33
34
- - name : " Build syntaxes, client and server. "
34
+ - name : ' Build syntaxes, client and server. '
35
35
run : npx nx run-many --target=build
36
36
37
- - name : " Package extension"
38
- run : npx vsce package
39
-
40
- - name : " Semantic Release"
37
+ - name : ' Semantic Release'
41
38
run : npx semantic-release
Original file line number Diff line number Diff line change 19
19
[
20
20
" @semantic-release/exec" ,
21
21
{
22
+ "prepareCmd" : " npx vsce package --no-git-tag-version ${nextRelease.version}" ,
22
23
"publishCmd" : " npx vsce publish --no-git-tag-version ${nextRelease.version}"
23
24
}
24
25
],
Original file line number Diff line number Diff line change 5
5
(ini|txt|lua|cfg|bmp|png|jpg|jpeg|wav|ogg|mp3|flac)
6
6
7
7
8
- (ScriptPath|IncludeFile|LogoFile|FilePath|SkinFile)
8
+ (ScriptPath|IncludeFile|LogoFile|FilePath|SkinFile)
9
+
10
+ package the damn thing correctly
You can’t perform that action at this time.
0 commit comments