diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index baa51e7..09909a4 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Release please - uses: google-github-actions/release-please-action@v4 + uses: googleapis/release-please-action@v4 with: release-type: node token: ${{ secrets.RELEASE_PLEASE_TOKEN }}