Skip to content

Commit

Permalink
Merge pull request #482 from zoncoen/release
Browse files Browse the repository at this point in the history
add permission to generate release notes
  • Loading branch information
zoncoen authored Dec 22, 2024
2 parents 3d3dfe2 + 9d00595 commit f83833a
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 @@ -4,6 +4,8 @@ on:
tags:
- "v[0-9]+.[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+"
permissions:
contents: write
jobs:
matrix:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f83833a

Please sign in to comment.