From d61e5be06acb7c1f3cba2eb72e53eef75fe21aad Mon Sep 17 00:00:00 2001 From: Daz DeBoer Date: Wed, 27 Oct 2021 16:27:21 -0600 Subject: [PATCH] Remove note about Beta release from README --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index cc4ddc8..e3f8b9a 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,6 @@ This GitHub Action can be used to execute a Gradle build on any platform supported by GitHub Actions. -**Note:** The following documentation is for `gradle/gradle-build-action@v2`, currently in Beta release. -You can view the documentation for the latest stable release (v1.5.1) [on the GitHub Marketplace](https://github.com/marketplace/actions/gradle-build-action?version=v1.5.1). - ## Usage The following workflow will run `./gradlew build` on ubuntu, macos and windows.