From f75132f3242df85ecad3951cec7e0573f65b3b07 Mon Sep 17 00:00:00 2001 From: Code-Floof <13484789+Codel1417@users.noreply.github.com> Date: Mon, 27 May 2024 23:10:04 -0400 Subject: [PATCH] Update action.yml --- .github/actions/version/action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/actions/version/action.yml b/.github/actions/version/action.yml index 5f0c422a..3c8f08d0 100644 --- a/.github/actions/version/action.yml +++ b/.github/actions/version/action.yml @@ -1,5 +1,8 @@ name: 'Get Version from git' description: 'Internal Action for Tail App' +inputs: + release-tag: + description: 'The Release tag from github' outputs: version: description: "Version from File or Tag" @@ -9,6 +12,8 @@ outputs: value: ${{ steps.get-version.outputs.BUILD_NUMBER }} runs: using: "composite" + with: + RELEASE_TAG: ${{ inputs.java-distribution }} steps: - name: Get version shell: bash