Skip to content

Commit 057caba

Browse files
author
fernandoescolar
committed
fixing publication
1 parent bd22f44 commit 057caba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ jobs:
2424
- name: publish vsce
2525
id: publisher
2626
run: |
27-
vsce publish -p ${{ secrets.VSCE_TOKEN }}
27+
vsce package
2828
file=$(realpath $(ls -t *.vsix | head -1))
2929
echo "::notice ::Generating a VSIX file at ${file}"
3030
echo "vsix_path=${file}" >> "$GITHUB_OUTPUT"
31+
vsce publish -p ${{ secrets.VSCE_TOKEN }}
3132
3233
- name: publish ovsx
3334
run: npx ovsx publish ${{ steps.publisher.ouputs.vsix_path }} -p ${{ secrets.OVSX_TOKEN }}

0 commit comments

Comments
 (0)