Skip to content

Commit 7958a6c

Browse files
committed
Minor GHA release fix #2
1 parent 14501b4 commit 7958a6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
tags:
55
- "[0-9]+.[0-9]+.[0-9]+"
66
permissions:
7-
contents:
8-
- read
9-
- write # Needed to create a draft release (https://stackoverflow.com/a/69941765)
7+
# Write permissions required to create a release
8+
# Ref: https://stackoverflow.com/a/69941765
9+
contents: write
1010
jobs:
1111
release:
1212
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)