Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
fix(docs): indicate correct version (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Oct 9, 2020
1 parent 9417a65 commit b632af4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yaml
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build]
steps:
- uses: GoogleCloudPlatform/release-please-action@v2.5.0
- uses: GoogleCloudPlatform/release-please-action@v2.5.2
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.5.0
- uses: GoogleCloudPlatform/release-please-action@v2.5.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
Expand Down
6 changes: 3 additions & 3 deletions README.md
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.1
- uses: GoogleCloudPlatform/release-please-action@v2.5.3
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.1
- uses: GoogleCloudPlatform/release-please-action@v2.5.3
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
Expand All @@ -130,7 +130,7 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: GoogleCloudPlatform/release-please-action@v2.5.0
- uses: GoogleCloudPlatform/release-please-action@v2.5.3
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b632af4

Please sign in to comment.