From aafca38db5c8dd0fd6132007dd26f3897d113e22 Mon Sep 17 00:00:00 2001 From: Bharath KKB Date: Fri, 23 Jul 2021 13:40:53 -0500 Subject: [PATCH] chore: switch release-please to google-github-actions (#337) * Update release-please.yml * fix path --- .github/workflows/release-please.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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