We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbd48de commit 2d53816Copy full SHA for 2d53816
1 file changed
.github/workflows/vscode-marketplace.yml
@@ -23,14 +23,8 @@ jobs:
23
npm install vsce -g
24
25
- name: Download VISX fils
26
- uses: nick-invision/retry@v2
27
- with:
28
- timeout_minutes: 10
29
- max_attempts: 10
30
- retry_on: error
31
- shell: bash
32
- command: |
33
- wget ${{ github.event.inputs.URL }}
+ run: |
+ wget --tries=5 --waitretry=5 ${{ github.event.inputs.URL }}
34
35
- name: release to VSCode marketplace
36
run: |
0 commit comments