File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 80
80
npm ci
81
81
npm run vscode:prepublish
82
82
83
- - name : package
84
- uses : lannonbr/vsce-action@0f3391ee0477b08fae949eb0a875e91e6d20b075
85
- with :
86
- args : " package"
83
+ - name : package extension
84
+ run : npx vsce package -o "./go-${{ env.EXT_VERSION }}.vsix"
87
85
88
86
- name : create release
89
87
id : create_release
@@ -108,6 +106,6 @@ jobs:
108
106
109
107
- name : publish
110
108
if : env.EXT_ISPREVIEW != 1 && github.repository == 'golang/vscode-go'
111
- run : npx vsce publish -i "./go-nightly- ${{ env.VSCODE_GO_VERSION }}.vsix" -p "${{ secrets.VSCE_TOKEN }}"
109
+ run : npx vsce publish -i "./go-${{ env.EXT_VERSION }}.vsix" -p "${{ secrets.VSCE_TOKEN }}"
112
110
113
111
# TODO: check if the commit is in green state. (test-long.yml results)
You can’t perform that action at this time.
0 commit comments