Skip to content

Commit f7df163

Browse files
authored
Merge pull request #828 from ahoppen/allow-publish-release-to-publish
Allow the `Publish Release` action to create a tag and release
2 parents 1e0fd86 + c1f06b8 commit f7df163

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish_release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ jobs:
8585
name: Create Tag
8686
runs-on: ubuntu-latest
8787
needs: [check_triggering_actor, test_debug, test_release, define_tags]
88+
permissions:
89+
contents: write
8890
steps:
8991
- name: Checkout repository
9092
uses: actions/checkout@v4

0 commit comments

Comments
 (0)