Skip to content

Commit

Permalink
fix(build): use new release strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Oct 8, 2020
1 parent 2426c55 commit 646de90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build]
steps:
- uses: GoogleCloudPlatform/release-please-action@v2.4.2
- uses: GoogleCloudPlatform/release-please-action@v2.5.0
with:
token: ${{ secrets.RELEASE_PR_TOKEN }}
release-type: node
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build]
steps:
- uses: GoogleCloudPlatform/release-please-action@v2.4.2
- uses: GoogleCloudPlatform/release-please-action@v2.5.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Automate releases with Conventional Commit Messages.
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2.5.0
- uses: GoogleCloudPlatform/release-please-action@v2.5.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
Expand Down Expand Up @@ -107,7 +107,7 @@ To output more commit information in the changelog, a JSON formatted String can
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2.5.0
- uses: GoogleCloudPlatform/release-please-action@v2.5.1
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
Expand Down

0 comments on commit 646de90

Please sign in to comment.