diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index cf1d47c9..fc03030b 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -60,27 +60,25 @@ jobs: runs-on: ubuntu-latest needs: [build] steps: - - uses: GoogleCloudPlatform/release-please-action@v2 + - uses: google-github-actions/release-please-action@v2 with: token: ${{ secrets.ACTIONS_BOT_TOKEN }} release-type: node bump-minor-pre-major: true fork: true package-name: ${{env.ACTION_NAME}} - path: ${{env.ACTION_NAME}} command: release-pr release-please-release: runs-on: ubuntu-latest needs: [build] steps: - - uses: GoogleCloudPlatform/release-please-action@v2 + - uses: google-github-actions/release-please-action@v2 id: release with: token: ${{ secrets.GITHUB_TOKEN }} release-type: node bump-minor-pre-major: true package-name: ${{env.ACTION_NAME}} - path: ${{env.ACTION_NAME}} command: github-release - uses: actions/checkout@v2 - name: tag major and patch versions