Skip to content

Commit 05f43ba

Browse files
committed
ovsx publishing timeout
1 parent f01b31a commit 05f43ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ jobs:
171171
[ -n "${{ secrets.VSCE_TOKEN }}" ] && \
172172
npx vsce publish --packagePath ${{ steps.set-version.outputs.name }}.vsix -p ${{ secrets.VSCE_TOKEN }} || true
173173
- name: Publish to Open VSX Registry
174+
timeout-minutes: 15
174175
run: |
175176
[ -n "${{ secrets.OVSX_TOKEN }}" ] && \
176177
npx ovsx publish ${{ steps.set-version.outputs.name }}.vsix --pat ${{ secrets.OVSX_TOKEN }} || true

0 commit comments

Comments
 (0)