Skip to content

Commit 6c1e106

Browse files
Merge pull request #12 from caretdev/fix-open-vsx
open-vsx publish fixed
2 parents a45923b + 5bec19e commit 6c1e106

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
- name: Publish to Open VSX Registry
5252
run: |
5353
[ -n "${{ secrets.OVSX_TOKEN }}" ] && \
54-
npx ovsx publish --packagePath ${{ steps.set-version.outputs.name }}.vsix --pat ${{ secrets.OVSX_TOKEN }} || true
54+
npx ovsx publish ${{ steps.set-version.outputs.name }}.vsix --pat ${{ secrets.OVSX_TOKEN }} || true

0 commit comments

Comments
 (0)