From 7cd2a94c769b04dc9c6bb898cbee05ffdf637560 Mon Sep 17 00:00:00 2001 From: Code-Floof <13484789+Codel1417@users.noreply.github.com> Date: Mon, 27 May 2024 23:12:52 -0400 Subject: [PATCH] Update action.yml --- .github/actions/version/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/version/action.yml b/.github/actions/version/action.yml index 2038c9dc..dea50870 100644 --- a/.github/actions/version/action.yml +++ b/.github/actions/version/action.yml @@ -12,12 +12,12 @@ outputs: value: ${{ steps.get-version.outputs.BUILD_NUMBER }} runs: using: "composite" - with: - RELEASE_TAG: ${{ inputs.release-tag }} steps: - name: Get version shell: bash id: get-version + with: + RELEASE_TAG: ${{ inputs.release-tag }} run: | # get the Build Bumber & version from git VERSION="$(cat VERSION)"