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 6f78e25 commit f75132f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/version/action.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
Expand Down

0 comments on commit f75132f

Please sign in to comment.