Skip to content

Commit

Permalink
Fix permissions to draft release in package.yml Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Sep 19, 2024
1 parent 0bf8fcb commit 0a22956
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ jobs:
if: "!contains(github.ref, 'rc')"
name: Release
needs: upload
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 0a22956

Please sign in to comment.