mirror of
https://github.com/google-github-actions/setup-gcloud.git
synced 2026-08-21 11:59:23 +00:00
chore: switch release-please to google-github-actions (#337)
* Update release-please.yml * fix path
This commit is contained in:
parent
38fab8887c
commit
aafca38db5
1 changed files with 2 additions and 4 deletions
6
.github/workflows/release-please.yml
vendored
6
.github/workflows/release-please.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue