Skip to content

Commit

Permalink
Bump version (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnHeuermann authored Jul 5, 2024
1 parent 1a24c25 commit 675a386
Show file tree
Hide file tree
Showing 8 changed files with 696 additions and 407 deletions.
12 changes: 11 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,20 @@ jobs:
name: modelica-language-server.vsix

- name: Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: |
modelica-language-server-*.vsix
fail_on_unmatched_files: true
generate_release_notes: true
append_body: true

- name: Publish to Visual Studio Marketplace
if: always()
run: |
npx vsce publish -i $(ls metamodelica-*.vsix) -p ${{ secrets.VSCE_PAT }}
- name: Publish to Open VSX
if: always()
run: |
npx ovsx publish $(ls metamodelica-*.vsix) -p ${{ secrets.OPEN_VSX_TOKEN }}
Loading

0 comments on commit 675a386

Please # to comment.