Skip to content

Commit 4d10242

Browse files
fix: permission dispatch to workflow
1 parent 40bbed0 commit 4d10242

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/auto_release_when_tags.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
tags:
66
- 'v*' # 当推送 v 开头的标签时触发
77

8+
permissions:
9+
contents: write
10+
811
jobs:
912
create-release:
1013
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)