Skip to content

Commit e1db324

Browse files
fix: add write permissions to auto release action
skip-checks: true
1 parent e2b56a0 commit e1db324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
workflow_dispatch:
1111

1212
permissions:
13-
contents: read
13+
contents: write
1414

1515
jobs:
1616
release:

0 commit comments

Comments
 (0)