perf: apiKey修改为数组, 可配置多个apiKey, 随机选择一个进行请求 #146
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 更新版本号 | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: 更新版本号 | |
uses: googleapis/release-please-action@v4 | |
id: release_please | |
with: | |
release-type: node | |
token: ${{ secrets.GITHUB_TOKEN }} | |
bump-minor-pre-major: true | |
version-file: package.json | |
fork: false |