Skip to content

Commit 908327d

Browse files
authored
chore: Fix release please label generation (#5)
1 parent e4a6ac4 commit 908327d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
permissions:
1212
contents: write # Contents and pull-requests are for release-please to make releases.
13+
issues: write # Needed to create labels
1314
pull-requests: write
1415
outputs:
1516
release-created: ${{ steps.release.outputs.release_created }}

0 commit comments

Comments
 (0)