Skip to content

Commit d49c8ee

Browse files
committed
fix publishing to OVSX
1 parent 4724b49 commit d49c8ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,6 @@ jobs:
101101

102102
- name: Publish to Open VSX Registry
103103
if: startsWith(github.ref, 'refs/tags/')
104-
run: ovsx publish -i ${{ steps.vars.outputs.PKG_NAME }} -p ${{ secrets.OVSX_TOKEN }}
104+
run: |
105+
npm install -g ovsx
106+
ovsx publish -i ${{ steps.vars.outputs.PKG_NAME }} -p ${{ secrets.OVSX_TOKEN }}

0 commit comments

Comments
 (0)