Skip to content

Commit 56a18c0

Browse files
ci(github): tidy release-please.yml
1 parent f285c54 commit 56a18c0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release-please.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ on:
77
jobs:
88
release-please:
99
runs-on: ubuntu-latest
10+
outputs:
11+
release_created: ${{ steps.release.outputs.release_created }}
1012
permissions:
1113
contents: write
14+
issues: write
1215
pull-requests: write
13-
outputs:
14-
release_created: ${{ steps.release.outputs.release_created }}
1516

1617
steps:
1718
- name: Release Please

0 commit comments

Comments
 (0)