Skip to content

Commit 14501b4

Browse files
committed
Minor GHA release fix
1 parent 312e3b3 commit 14501b4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ on:
44
tags:
55
- "[0-9]+.[0-9]+.[0-9]+"
66
permissions:
7-
contents: read
8-
contents: write # neededed for gh-release action - https://stackoverflow.com/a/69941765
7+
contents:
8+
- read
9+
- write # Needed to create a draft release (https://stackoverflow.com/a/69941765)
910
jobs:
1011
release:
1112
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)