File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -18,20 +18,20 @@ jobs:
18
18
19
19
- uses : actions/setup-node@v3
20
20
with :
21
- node-version : ' 14 '
21
+ node-version : latest
22
22
23
23
- run : yarn install --frozen-lockfile
24
24
25
25
- name : Update binaries
26
26
run : |
27
27
./download-binaries.sh ${{ github.event.inputs.version }}
28
28
29
- - name : Update version number
30
- run : yarn run bump ${{ github.event.inputs.version }}
31
-
32
29
- name : Package VSCode extension
33
30
run : yarn run vsce package
34
31
32
+ - name : Rename packaged VSIX file
33
+ run : mv sourcery-*.vsix sourcery-${{ github.event.inputs.version }}.vsix
34
+
35
35
- name : Upload archive
36
36
uses : actions/upload-artifact@v3
37
37
with :
54
54
with :
55
55
status : ${{ job.status }}
56
56
text : Publish VS Code extension pre-release v${{ github.event.inputs.version }} - ${{ job.status }}
57
+ fields : repo,commit,workflow,job
57
58
env :
58
59
SLACK_WEBHOOK_URL : ${{ secrets.SLACK_RELEASES_WEBHOOK_URL }}
59
60
if : always()
You can’t perform that action at this time.
0 commit comments