Skip to content

Commit

Permalink
Grant upload permissions to release job
Browse files Browse the repository at this point in the history
The default repository permissions do not allow creating releases, so
add a directive to enable this.
  • Loading branch information
vLKp committed Mar 16, 2024
1 parent 0d77ca6 commit 67c506e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
release:
name: Create Release
runs-on: ubuntu-22.04
permissions:
contents: write
needs:
- package
steps:
Expand Down

0 comments on commit 67c506e

Please sign in to comment.