File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
- run : cd elixir-ls && mix deps.get
31
31
32
32
- name : Dry run
33
- uses : HaaLeo/publish-vscode-extension@v1
33
+ uses : HaaLeo/publish-vscode-extension@v2
34
34
if : ${{ contains(github.ref, '-rc.') }}
35
35
with :
36
36
pat : " dummy"
43
43
jq '.publisher = "JakeBecker"' package.json > package_temp.json
44
44
mv package_temp.json package.json
45
45
- name : Publish to Visual Studio Marketplace
46
- uses : HaaLeo/publish-vscode-extension@v1
46
+ uses : HaaLeo/publish-vscode-extension@v2
47
47
if : ${{ !contains(github.ref, '-rc.') }}
48
48
with :
49
49
pat : ${{ secrets.VS_MARKETPLACE_TOKEN }}
55
55
jq '.publisher = "elixir-lsp"' package.json > package_temp.json
56
56
mv package_temp.json package.json
57
57
- name : Publish to Open VSX Registry
58
- uses : HaaLeo/publish-vscode-extension@v1
58
+ uses : HaaLeo/publish-vscode-extension@v2
59
59
if : ${{ !contains(github.ref, '-rc.') }}
60
60
with :
61
61
pat : ${{ secrets.OPEN_VSX_TOKEN }}
You can’t perform that action at this time.
0 commit comments