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

Merge branch 'main' into flatpak-fix

This commit is contained in:
Jason N 2024-03-12 09:24:48 -04:00 committed by GitHub
commit e4bfcaf018
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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}