Skip to content

Commit 111d95e

Browse files
committed
CI: Fix ovsx publish
1 parent 2adc193 commit 111d95e

File tree

4 files changed

+5644
-5644
lines changed

4 files changed

+5644
-5644
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
OVSX_PAT: ${{ secrets.OVSX_TOKEN }}
116116
if: env.OVSX_PAT != null
117117
timeout-minutes: 5
118-
run: npx ovsx publish --skip-duplicate $(find . -iname "*.vsix" -type f)
118+
run: find . -iname "*.vsix" -type f -exec npx ovsx publish --skip-duplicate {} \;
119119
bump_version:
120120
runs-on: ubuntu-latest
121121
needs: [build, publish]

0 commit comments

Comments
 (0)