Skip to content

Commit

Permalink
fixing publication
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandoescolar committed Nov 25, 2024
1 parent bd22f44 commit 057caba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ jobs:
- name: publish vsce
id: publisher
run: |
vsce publish -p ${{ secrets.VSCE_TOKEN }}
vsce package
file=$(realpath $(ls -t *.vsix | head -1))
echo "::notice ::Generating a VSIX file at ${file}"
echo "vsix_path=${file}" >> "$GITHUB_OUTPUT"
vsce publish -p ${{ secrets.VSCE_TOKEN }}
- name: publish ovsx
run: npx ovsx publish ${{ steps.publisher.ouputs.vsix_path }} -p ${{ secrets.OVSX_TOKEN }}

0 comments on commit 057caba

Please sign in to comment.