Skip to content

Commit ba18218

Browse files
committed
fix(workflow): 修复未配置权限导致的工作流失败问题.
1 parent d972255 commit ba18218

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Create github release
22

3+
permissions:
4+
contents: write
5+
36
on:
47
push:
58
tags:

0 commit comments

Comments
 (0)