From ce1aab3981543c9f7ae9cb8758581622892a3b40 Mon Sep 17 00:00:00 2001 From: bcoe Date: Tue, 16 Jun 2020 17:23:11 -0700 Subject: [PATCH] docs: document the next version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f68874..8855625 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: GoogleCloudPlatform/release-please-action@v1.2.1 + - uses: GoogleCloudPlatform/release-please-action@v1.3.0 id: release with: token: ${{ secrets.GITHUB_TOKEN }}