Skip to content

Commit 319ecd2

Browse files
committed
Fix: add delay to avoid GitHub API secondary rate limit
1 parent 72a48f9 commit 319ecd2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
run: |
2828
gh release delete latest --yes || true
2929
git push origin :refs/tags/latest || true
30+
sleep 10
3031
env:
3132
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3233

0 commit comments

Comments
 (0)