Skip to content

Commit

Permalink
build: add name to release please workflow (#4514)
Browse files Browse the repository at this point in the history
  • Loading branch information
VaiTon committed Mar 2, 2022
1 parent f17cf09 commit 89124a7
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
name: Run release-please
on:
push:
branches:
- develop
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: simple
name: Release Please
on:
push:
branches:
- develop

jobs:
release-please:
name: Update release PR
runs-on: ubuntu-latest

steps:
- uses: GoogleCloudPlatform/release-please-action@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: simple

0 comments on commit 89124a7

Please sign in to comment.