Skip to content

Commit

Permalink
Merge pull request #52 from Root16/dev/workflows
Browse files Browse the repository at this point in the history
update name of ovsx
  • Loading branch information
johnyenter-briars authored Oct 22, 2022
2 parents 2e529ed + 90ecfe2 commit 21764a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-extension.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Publish to Visual Studio Marketplace
run: vsce publish -p ${{ secrets.VSCE_PAT_JYB2 }}

publish-to-osvx-marketplace:
publish-to-ovsx-marketplace:
runs-on: ubuntu-latest

steps:
Expand All @@ -36,8 +36,8 @@ jobs:
registry-url: https://registry.npmjs.org/


- name: Install osvx
run: npm i -g osvx
- name: Install ovsx
run: npm i -g ovsx

- name: Publish to Open VSX
run: ovsx publish -p ${{ secrets.OPEN_VSX_TOKEN_PL }}

0 comments on commit 21764a0

Please sign in to comment.