mirror of
https://github.com/softprops/action-gh-release.git
synced 2025-05-10 18:44:19 +00:00
fix: Update to latest throttling plugin (#53)
In attempt to fix unintentional retries on 422 error from GitHub, 1. Update to latest `@octokit/plugin-throttling` version 2. Depend on `@octokit/plugin-retry` plugin as well Issue: #52
This commit is contained in:
parent
9a89d1e63f
commit
9439581056
3 changed files with 57 additions and 21 deletions
|
@ -22,7 +22,8 @@
|
|||
"dependencies": {
|
||||
"@actions/core": "^1.2.0",
|
||||
"@actions/github": "^2.0.0",
|
||||
"@octokit/plugin-throttling": "^2.7.1",
|
||||
"@octokit/plugin-retry": "^3.0.2",
|
||||
"@octokit/plugin-throttling": "^3.2.1",
|
||||
"glob": "^7.1.6",
|
||||
"mime": "^2.4.4"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue