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:
commit
e4bfcaf018
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue