mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
Fix builds on main (#63)
This commit is contained in:
parent
13bbd2a24d
commit
2d28aec740
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