Actualiser action.yaml

This commit is contained in:
2025-04-28 20:05:55 +02:00
parent 69adfee3d3
commit d438411c63

View File

@@ -138,7 +138,7 @@ runs:
if: inputs.add_version_tag == 'true'
run: |
source "${{ github.action_path }}/../bashlib.sh"
if [[ -n '${{ inputs.version_tag_prefix }}']]
if [[ -n '${{ inputs.version_tag_prefix }}' ]] ; then
prefix="${{ inputs.version_tag_prefix }}-"
else
prefix=""