1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

need to use ref_name

This commit is contained in:
Jason N. 2024-03-12 09:19:29 -04:00
parent 13bbd2a24d
commit 1650be1160

View file

@ -133,7 +133,7 @@ runs:
if [[ "${{ github.ref_name }}" =~ (.*)/merge ]]
then tag=pr-${BASH_REMATCH[1]}
else
tag=${ACTION_REF}
tag=${{ github.ref_name }}
fi
else
tag=${ACTION_REF}