Skip to content

Commit

Permalink
restore vsce publish
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandoescolar committed Jun 7, 2024
1 parent b0404bf commit 6896d83
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
- name: npm install
run: |
npm install
# - name: publish vsce
# id: publisher
# uses: sigma/[email protected]
# with:
# vsce_token: ${{ secrets.VSCE_TOKEN }}
- name: publish vsce
id: publisher
uses: sigma/[email protected]
with:
vsce_token: ${{ secrets.VSCE_TOKEN }}
- name: publish ovsx
run: npx ovsx publish ${{ steps.publisher.ouputs.vsix_path }} -p ${{ secrets.OVSX_TOKEN }}

0 comments on commit 6896d83

Please sign in to comment.