Skip to content

Commit 95c4188

Browse files
committed
open-vsx publish fixed
1 parent c44e408 commit 95c4188

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ jobs:
152152
jq '.enableProposedApi = false' package.json > "$tmp" && mv "$tmp" package.json
153153
npm install
154154
git push
155-
echo ::set-output name=ovsx::`cat .name`
156155
- name: Build package
157156
run: |
158157
npx vsce package -o ${{ steps.set-version.outputs.name }}.vsix
@@ -174,4 +173,4 @@ jobs:
174173
- name: Publish to Open VSX Registry
175174
run: |
176175
[ -n "${{ secrets.OVSX_TOKEN }}" ] && \
177-
npx ovsx publish --packagePath ${{ steps.set-version.outputs.name }}.vsix --pat ${{ secrets.OVSX_TOKEN }} || true
176+
npx ovsx publish ${{ steps.set-version.outputs.name }}.vsix --pat ${{ secrets.OVSX_TOKEN }} || true

0 commit comments

Comments
 (0)