We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 675a386 commit 9a3b672Copy full SHA for 9a3b672
1 file changed
.github/workflows/test.yml
@@ -75,9 +75,9 @@ jobs:
75
- name: Publish to Visual Studio Marketplace
76
if: always()
77
run: |
78
- npx vsce publish -i $(ls metamodelica-*.vsix) -p ${{ secrets.VSCE_PAT }}
+ npx vsce publish -i $(ls modelica-language-server-*.vsix) -p ${{ secrets.VSCE_PAT }}
79
80
- name: Publish to Open VSX
81
82
83
- npx ovsx publish $(ls metamodelica-*.vsix) -p ${{ secrets.OPEN_VSX_TOKEN }}
+ npx ovsx publish $(ls modelica-language-server-*.vsix) -p ${{ secrets.OPEN_VSX_TOKEN }}
0 commit comments