Skip to content

Commit 2d53816

Browse files
committed
all in one
1 parent bbd48de commit 2d53816

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/vscode-marketplace.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,8 @@ jobs:
2323
npm install vsce -g
2424
2525
- 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 }}
26+
run: |
27+
wget --tries=5 --waitretry=5 ${{ github.event.inputs.URL }}
3428
3529
- name: release to VSCode marketplace
3630
run: |

0 commit comments

Comments
 (0)