Skip to content

Commit 3efe528

Browse files
da-liiiclaude
andcommitted
[200_69] fix bump version
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d75cc02 commit 3efe528

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/ci_bump_version.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,14 @@ on:
77
description: '新版本号 (当前版本是 17.11.47)'
88
required: true
99

10-
permissions:
11-
contents: write
12-
workflows: write
13-
1410
jobs:
1511
bump:
1612
runs-on: ubuntu-latest
1713
steps:
1814
- name: Checkout Code
1915
uses: actions/checkout@v4
2016
with:
21-
token: ${{ secrets.GITHUB_TOKEN }}
17+
token: ${{ secrets.PAT_TOKEN }} # 需要一个具有写权限的个人访问令牌
2218

2319
- name: Get current version
2420
run: |

0 commit comments

Comments
 (0)