Fixed tag name

This commit is contained in:
Eric
2023-09-24 11:25:23 +02:00
committed by Eric Trenkel
parent 77f53a5c9d
commit d3131c5de4

View File

@@ -20,7 +20,7 @@ jobs:
if [[ ${{ github.event_name == 'workflow_dispatch' }} == true ]]; then
TAG=${{ inputs.tag }}
else
TAG=${{ env.RELEASE }}
TAG=${{ github.ref_name }}
fi
echo "TAG=$TAG" >> $GITHUB_ENV
echo "Tag: $TAG"