Skip to content

Commit e6f4c2e

Browse files
Update release.yml
1 parent fb6bb68 commit e6f4c2e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ on:
66
- 'v*' # Trigger on version tags (v1.0.0, v1.2.3, etc.)
77

88
permissions:
9-
contents: write # This is required for creating releases and uploading assets
9+
contents: write
10+
pull-requests: write
11+
repository-projects: write
1012

1113
jobs:
1214
build:

0 commit comments

Comments
 (0)