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 8e40f30 commit 49fb3c9Copy full SHA for 49fb3c9
.github/workflows/create-release.yml
@@ -26,7 +26,7 @@ jobs:
26
runs-on: ${{ inputs.os }}
27
steps:
28
- name: 🎉 Create release
29
- uses: google-github-actions/release-please-action@v4
+ uses: googleapis/release-please-action@v4
30
id: release
31
with:
32
token: ${{ secrets.token }}
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
18
19
20
21
22
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}
0 commit comments