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.
2 parents a45923b + 5bec19e commit 6c1e106Copy full SHA for 6c1e106
.github/workflows/main.yml
@@ -51,4 +51,4 @@ jobs:
51
- name: Publish to Open VSX Registry
52
run: |
53
[ -n "${{ secrets.OVSX_TOKEN }}" ] && \
54
- npx ovsx publish --packagePath ${{ steps.set-version.outputs.name }}.vsix --pat ${{ secrets.OVSX_TOKEN }} || true
+ npx ovsx publish ${{ steps.set-version.outputs.name }}.vsix --pat ${{ secrets.OVSX_TOKEN }} || true
0 commit comments