diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index f69f1ff..1496d99 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -21,7 +21,7 @@ jobs: run: npm install - name: Run Release Please - uses: google-github-actions/release-please-action@v4 + uses: googleapis/release-please-action@v4 with: release-type: node token: ${{ secrets.GHPROJECT_TOKEN }}