chore: switch release-please to google-github-actions (#337)

* Update release-please.yml

* fix path
This commit is contained in:
Bharath KKB 2021-07-23 13:40:53 -05:00 committed by GitHub
parent 38fab8887c
commit aafca38db5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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