Skip to content

Commit

Permalink
Publish to OpenVSX
Browse files Browse the repository at this point in the history
(old extension had >50k downloads)

Par of Github issue #318
#318 (comment)

[Build]

Signed-off-by: Markus Alexander Kuppe <github.com@lemmster.de>
  • Loading branch information
lemmy committed Sep 19, 2024
1 parent 22c3497 commit 76d20bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,7 @@ jobs:
- name: Publish to Marketplace
run: |
vsce publish $(git log -1 --format=%cd --date="format:%Y.%-m.%-d%H%M") --pat "${{ secrets.VSCODE_MARKETPLACE_TLAPLUS_TOKEN }}"
- name: Publish to Open VSX
run: |
ls -lah
npx ovsx publish "vscode-tlaplus-$(git log -1 --format=%cd --date="format:%Y.%-m.%-d%H%M").vsix" -p "${{ secrets.OPEN_VSX_TOKEN_TLAPLUS }}"

0 comments on commit 76d20bd

Please sign in to comment.