Skip to content

Commit f659c0f

Browse files
committed
release: Ensure we can write to releases
In order to add the generated files to the release in GitHub we need to have the contents write rights.
1 parent f5cfbf2 commit f659c0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- 'v*'
66

77
permissions:
8-
contents: read
8+
contents: write
99
packages: write
1010

1111
jobs:

0 commit comments

Comments
 (0)