Skip to content

Commit

Permalink
fix(deps): update @octokit/plugin-retry to latest (#2334)
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Oct 25, 2022
1 parent 2fe33b1 commit 3ae9d29
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 38 deletions.
25 changes: 25 additions & 0 deletions .github/workflows/release.yml
@@ -0,0 +1,25 @@
name: Release
"on":
push:
branches:
- main
- next
- beta
- "*.x"
- debug
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
cache: npm
- run: npm ci
- run: npm run build
- run: npx semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.OCTOKITBOT_NPM_TOKEN }}
52 changes: 15 additions & 37 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -25,7 +25,7 @@
"@octokit/oauth-app": "^4.0.6",
"@octokit/plugin-paginate-rest": "^5.0.0",
"@octokit/plugin-rest-endpoint-methods": "^6.0.0",
"@octokit/plugin-retry": "^3.0.9",
"@octokit/plugin-retry": "^4.0.3",
"@octokit/plugin-throttling": "^4.0.1",
"@octokit/types": "^8.0.0"
},
Expand Down

0 comments on commit 3ae9d29

Please sign in to comment.