From 5a583394595d96c58e026daefdda6198b19164a8 Mon Sep 17 00:00:00 2001 From: "Tyler B. Thrailkill" Date: Thu, 8 Oct 2020 21:03:31 -0600 Subject: [PATCH] Add note about RELEASE_VERSION --- .github/workflows/gradle-publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gradle-publish.yml b/.github/workflows/gradle-publish.yml index fde8023..ec09b48 100644 --- a/.github/workflows/gradle-publish.yml +++ b/.github/workflows/gradle-publish.yml @@ -38,7 +38,8 @@ jobs: - name: Build with Gradle run: gradle build env: - RELEASE_VERSION: ${{ github.event.release.tag_name }} + # have to set this for no good reason, otherwise RELEASE_VERSION below will not be populated + RELEASE_VERSION: ${{ github.event.release.tag_name }} - name: Publish to Repositories run: gradle publish