Skip to content

Commit

Permalink
Fix release workflow permissions (#7)
Browse files Browse the repository at this point in the history
Add permission to release action
  • Loading branch information
sterliakov authored Dec 19, 2023
1 parent 91c1e32 commit 21122fb
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 @@ -8,6 +8,8 @@ jobs:
release:
name: Publish to GitHub releases
runs-on: ubuntu-latest
permissions:
contents: write
if: "startsWith(github.ref, 'refs/tags/')"
steps:
- name: Check out repository
Expand Down

0 comments on commit 21122fb

Please sign in to comment.