We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd22f44 commit 057cabaCopy full SHA for 057caba
.github/workflows/publish.yml
@@ -24,10 +24,11 @@ jobs:
24
- name: publish vsce
25
id: publisher
26
run: |
27
- vsce publish -p ${{ secrets.VSCE_TOKEN }}
+ vsce package
28
file=$(realpath $(ls -t *.vsix | head -1))
29
echo "::notice ::Generating a VSIX file at ${file}"
30
echo "vsix_path=${file}" >> "$GITHUB_OUTPUT"
31
+ vsce publish -p ${{ secrets.VSCE_TOKEN }}
32
33
- name: publish ovsx
34
run: npx ovsx publish ${{ steps.publisher.ouputs.vsix_path }} -p ${{ secrets.OVSX_TOKEN }}
0 commit comments