File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 32
32
- uses : actions/checkout@v1
33
33
- uses : actions/setup-node@v1
34
34
with :
35
- node-version : ' 18.19 '
35
+ node-version : ' 22.14.0 '
36
36
- name : Get (latest) TLC
37
37
run : wget https://nightly.tlapl.us/dist/tla2tools.jar -O tools/tla2tools.jar
38
38
- name : Get (latest) CommunityModules
60
60
- name : Publish to Marketplace
61
61
run : |
62
62
vsce publish $(git log -1 --format=%cd --date="format:%Y.%-m.%-d%H%M") --pat "${{ secrets.VSCODE_MARKETPLACE_TLAPLUS_TOKEN }}"
63
+ mv vscode-ide-1.7.0.vsix vscode-tlaplus-$(git log -1 --format=%cd --date="format:%Y.%-m.%-d%H%M").vsix
64
+ ls -lah
65
+ - name : Upload the file as an artifact
66
+ uses : actions/upload-artifact@v4
67
+ with :
68
+ name : vscode-ide-1.7.0.vsix
69
+ path : |
70
+ *.vsix
71
+ - name : Publish to Open VSX
72
+ run : |
73
+ which npx
74
+ node --version
75
+ npx ovsx publish -i vscode-tlaplus-$(git log -1 --format=%cd --date="format:%Y.%-m.%-d%H%M").vsix --packageVersion $(git log -1 --format=%cd --date="format:%Y.%-m.%-d%H%M") -p "${{ secrets.OPEN_VSX_TOKEN_TLAPLUS }}"
You can’t perform that action at this time.
0 commit comments