diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index ad71986..d7cee90 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -60,7 +60,7 @@ jobs: needs: [build] steps: - id: release-pr - uses: GoogleCloudPlatform/release-please-action@v2 + uses: GoogleCloudPlatform/release-please-action@main with: token: ${{ secrets.ACTIONS_BOT_TOKEN }} release-type: node @@ -85,7 +85,7 @@ jobs: runs-on: ubuntu-latest needs: [build] steps: - - uses: GoogleCloudPlatform/release-please-action@v2 + - uses: GoogleCloudPlatform/release-please-action@main id: release with: token: ${{ secrets.GITHUB_TOKEN }}