Skip to content

Commit

Permalink
release: Ensure we can write to releases
Browse files Browse the repository at this point in the history
In order to add the generated files to the release in GitHub we need to
have the contents write rights.
  • Loading branch information
daenney committed Oct 20, 2022
1 parent f5cfbf2 commit f659c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- 'v*'

permissions:
contents: read
contents: write
packages: write

jobs:
Expand Down

0 comments on commit f659c0f

Please sign in to comment.