File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 77 workflow_dispatch :
88
99 push :
10- branches : [" main" ]
10+ branches : [' main' ]
1111
1212jobs :
1313 release :
@@ -26,16 +26,13 @@ jobs:
2626 - uses : actions/setup-node@v3
2727 with :
2828 node-version : 18
29- cache : " npm"
29+ cache : ' npm'
3030
31- - name : " Install dependencies"
31+ - name : ' Install dependencies'
3232 run : npm ci
3333
34- - name : " Build syntaxes, client and server. "
34+ - name : ' Build syntaxes, client and server. '
3535 run : npx nx run-many --target=build
3636
37- - name : " Package extension"
38- run : npx vsce package
39-
40- - name : " Semantic Release"
37+ - name : ' Semantic Release'
4138 run : npx semantic-release
Original file line number Diff line number Diff line change 1919 [
2020 " @semantic-release/exec" ,
2121 {
22+ "prepareCmd" : " npx vsce package --no-git-tag-version ${nextRelease.version}" ,
2223 "publishCmd" : " npx vsce publish --no-git-tag-version ${nextRelease.version}"
2324 }
2425 ],
You can’t perform that action at this time.
0 commit comments