Skip to content

Commit

Permalink
updating formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwilliams committed Jun 9, 2024
1 parent cc6303d commit 70811e3
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ jobs:
- name: Build and Pre-Publish
run: npm run vscode:prepublish
- name: Install VSCE
run: npm i vsce
run: npm i ovsx
run: |
npm i vsce
npm i ovsx
- name: Publish
run: npx vsce publish -p $VSCE_TOKEN
run: npx ovsx publish -p $OVSX_TOKEN
run: |
npx vsce publish -p $VSCE_TOKEN
npx ovsx publish -p $OVSX_TOKEN
env:
VSCE_TOKEN: ${{ secrets.VSCE_TOKEN }}
VSCE_TOKEN: ${{ secrets.OVSX_TOKEN }}
OVSX_TOKEN: ${{ secrets.OVSX_TOKEN }}

0 comments on commit 70811e3

Please sign in to comment.