We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51cc06e commit a84bffaCopy full SHA for a84bffa
.github/workflows/release-please.yml
@@ -8,6 +8,7 @@ on:
8
permissions:
9
contents: write
10
pull-requests: write
11
+ issues: write
12
13
jobs:
14
release-please:
@@ -17,7 +18,7 @@ jobs:
17
18
tag_name: ${{ steps.release.outputs.tag_name }}
19
pr: ${{ steps.release.outputs.pr }}
20
steps:
- - uses: google-github-actions/release-please-action@v4
21
+ - uses: googleapis/release-please-action@v4
22
id: release
23
with:
24
config-file: .release-please-config.json
0 commit comments