diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 19e816e6a9d..379e78b1de5 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -20,7 +20,7 @@ jobs: tag_name: ${{ steps.release_please.outputs.tag_name }} steps: - name: Release-please - uses: google-github-actions/release-please-action@v4 + uses: googleapis/release-please-action@v4 id: release_please with: token: ${{ secrets.GITHUB_TOKEN }}