Skip to content

Commit b9cc9a5

Browse files
committed
Fix permissions for creating draft release
1 parent ca83489 commit b9cc9a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ on:
1111

1212
permissions:
1313
actions: read
14-
14+
contents: write
15+
1516
jobs:
1617
ui-test:
1718
strategy:

0 commit comments

Comments
 (0)