Skip to content

Commit 675a386

Browse files
authored
Bump version (#27)
1 parent 1a24c25 commit 675a386

8 files changed

Lines changed: 696 additions & 407 deletions

File tree

.github/workflows/test.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,20 @@ jobs:
6464
name: modelica-language-server.vsix
6565

6666
- name: Release
67-
uses: softprops/action-gh-release@v1
67+
uses: softprops/action-gh-release@v2
6868
with:
6969
files: |
7070
modelica-language-server-*.vsix
7171
fail_on_unmatched_files: true
7272
generate_release_notes: true
7373
append_body: true
74+
75+
- name: Publish to Visual Studio Marketplace
76+
if: always()
77+
run: |
78+
npx vsce publish -i $(ls metamodelica-*.vsix) -p ${{ secrets.VSCE_PAT }}
79+
80+
- name: Publish to Open VSX
81+
if: always()
82+
run: |
83+
npx ovsx publish $(ls metamodelica-*.vsix) -p ${{ secrets.OPEN_VSX_TOKEN }}

0 commit comments

Comments
 (0)