Skip to content

Commit

Permalink
Fix permissions for GitHub Releases drafting from CHANGELOG.md [ci …
Browse files Browse the repository at this point in the history
…skip]
  • Loading branch information
althonos committed Nov 3, 2024
1 parent 9f1bebd commit 3987a7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,7 @@ jobs:
release:
environment: GitHub Releases
runs-on: ubuntu-latest
permissions:
contents: write
permissions: write-all
if: "!contains(github.ref, 'rc') && !contains(github.ref, 'alpha')"
name: Release
needs: upload
Expand Down

0 comments on commit 3987a7c

Please sign in to comment.