We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35e1137 commit c22e90bCopy full SHA for c22e90b
1 file changed
.github/workflows/release-please.yml
@@ -10,6 +10,9 @@ jobs:
10
release-please:
11
runs-on: ubuntu-latest
12
if: github.event_name == 'push'
13
+ permissions:
14
+ contents: write
15
+ pull-requests: write
16
outputs:
17
release_created: ${{ steps.release.outputs.release_created }}
18
tag_name: ${{ steps.release.outputs.tag_name }}
0 commit comments