Skip to content

Commit

Permalink
Give the releaser write permissions to the repo. (#116)
Browse files Browse the repository at this point in the history
This is a known issue documented in softprops/action-gh-release#236 (comment)

Fixes #64
  • Loading branch information
matts1 committed May 2, 2024
1 parent 2cf3a2a commit 38be0c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
tags:
- "v*.*.*"

permissions:
contents: write

jobs:
release:
uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v6
Expand Down

0 comments on commit 38be0c1

Please sign in to comment.