1
0
mirror of https://github.com/joaquinjsb/gitea-release-please-action synced 2026-05-08 11:21:16 +02:00

fix(docs): indicate correct version (#84)

This commit is contained in:
Benjamin E. Coe
2020-10-08 18:25:02 -07:00
committed by GitHub
parent 9417a654f6
commit b632af4101
2 changed files with 5 additions and 5 deletions

View File

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