Skip to content

Commit 6d93c8a

Browse files
committed
fix(ci): update release please path
1 parent 8f75cb9 commit 6d93c8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/create-release-prs.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
createReleasePR:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: google-github-actions/release-please-action@v4
15+
- uses: googleapis/release-please-action@v4
1616
with:
1717
skip-github-release: true
1818
token: ${{ secrets.ACTIONS_BOT_TOKEN }}

.github/workflows/release-chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
releases_created: ${{ steps.release.outputs.releases_created }}
1616
paths_released: ${{ steps.release.outputs.paths_released }}
1717
steps:
18-
- uses: google-github-actions/release-please-action@v4
18+
- uses: googleapis/release-please-action@v4
1919
id: release
2020
with:
2121
skip-github-pull-request: true

0 commit comments

Comments
 (0)