Skip to content

Commit a1afb57

Browse files
committed
ci: increase retry attempts and delay for vsce publish
1 parent ba39c97 commit a1afb57

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848
#
4949
# To address this, if `npx vsce publish` fails, it will be retried.
5050
- run: |
51-
for _ in {1..5}; do
51+
for _ in {1..10}; do
5252
npx vsce publish --no-git-tag-version --skip-duplicate && exit 0
53-
sleep 15
53+
sleep 30
5454
done
5555
exit 1
5656
if: steps.changesets.outputs.hasChangesets == 'false'

0 commit comments

Comments
 (0)