Skip to content
This repository was archived by the owner on Apr 20, 2025. It is now read-only.

Commit 93e67fe

Browse files
author
cheng zhen
committed
chore: 修改 action
1 parent 6f75486 commit 93e67fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
id: create_release
100100
uses: actions/create-release@v1
101101
env:
102-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
102+
GITHUB_TOKEN: ${{ secrets.TOKEN }}
103103
with:
104104
tag_name: ${{ github.ref }}
105105
release_name: Release ${{ github.ref }}

0 commit comments

Comments
 (0)