Skip to content

docs: 增加cf注意事项, cf已更新服务条款禁止使用代理服务 #112

docs: 增加cf注意事项, cf已更新服务条款禁止使用代理服务

docs: 增加cf注意事项, cf已更新服务条款禁止使用代理服务 #112

Workflow file for this run

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