Skip to content

Commit

Permalink
Added standard output statement to verify variable value changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mainmethod0126 committed Oct 29, 2023
1 parent d941f6c commit c171dad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gradle-custom-plugin-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c171dad

Please sign in to comment.