Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maximtrp authored Aug 23, 2023
1 parent e66ec1e commit ec80bf5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
- run: npm install
- name: Publish
run: |
npm install -g @vscode/vsce
npm install -g yarn
npm install -g @vscode/vsce ovsx yarn
yarn install
npm run deploy
env:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
OVSX_PAT: ${{ secrets.OVSX_PAT }}

0 comments on commit ec80bf5

Please sign in to comment.