From c171dadb5e5e5ff36fa2868bf61504bdb5c557ba Mon Sep 17 00:00:00 2001 From: wusubsin Date: Sun, 29 Oct 2023 14:11:17 +0900 Subject: [PATCH] Added standard output statement to verify variable value changes --- .github/workflows/gradle-custom-plugin-release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/gradle-custom-plugin-release.yml b/.github/workflows/gradle-custom-plugin-release.yml index 60a201f..ea35009 100644 --- a/.github/workflows/gradle-custom-plugin-release.yml +++ b/.github/workflows/gradle-custom-plugin-release.yml @@ -74,6 +74,9 @@ jobs: echo "temp_prereleaseVersion : $temp_prereleaseVersion" version="$temp_major$temp_minor$temp_patch$temp_prereleaseVersion" + + echo "temp_prereleaseVersion : $version" + echo "APPLICATION_VERSION=$version" >> $GITHUB_OUTPUT