Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
isc-bsaviano committed Feb 13, 2023
1 parent 0d62a0a commit 3f932ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@ jobs:
env:
VSCE_PAT: ${{ secrets.VSCE_TOKEN }}
if: env.VSCE_PAT != null
run: vsce publish --packagePath $(find . -iname "*.vsix")
run: vsce publish --packagePath $(find . -iname "*.vsix" -type f)
- name: Publish to Open VSX Registry
env:
OVSX_PAT: ${{ secrets.OVSX_TOKEN }}
if: env.OVSX_PAT != null
timeout-minutes: 5
run: ovsx publish $(find . -iname "*.vsix")
run: ovsx publish $(find . -iname "*.vsix" -type f)
bump_version:
runs-on: ubuntu-latest
needs: [build, publish]
Expand Down

0 comments on commit 3f932ff

Please sign in to comment.