Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 authored May 28, 2024
1 parent 485d5f5 commit 7cd2a94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/version/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 7cd2a94

Please sign in to comment.