We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f01b31a commit 05f43baCopy full SHA for 05f43ba
.github/workflows/main.yml
@@ -171,6 +171,7 @@ jobs:
171
[ -n "${{ secrets.VSCE_TOKEN }}" ] && \
172
npx vsce publish --packagePath ${{ steps.set-version.outputs.name }}.vsix -p ${{ secrets.VSCE_TOKEN }} || true
173
- name: Publish to Open VSX Registry
174
+ timeout-minutes: 15
175
run: |
176
[ -n "${{ secrets.OVSX_TOKEN }}" ] && \
177
npx ovsx publish ${{ steps.set-version.outputs.name }}.vsix --pat ${{ secrets.OVSX_TOKEN }} || true
0 commit comments