syntax fix
This commit is contained in:
parent
63f2d1b341
commit
231ceda81a
@ -34,7 +34,7 @@ jobs:
|
||||
# master branch uses specific version tagging, others use the branch name
|
||||
if [[ "${{ gitea.ref_name }}" == "master" ]]; then
|
||||
TAG="${{ env.VERSION }}"
|
||||
else then
|
||||
else
|
||||
TAG="${{ gitea.ref_name }}"
|
||||
fi
|
||||
echo "TAG=$TAG" >> $GITHUB_ENV
|
||||
|
Loading…
x
Reference in New Issue
Block a user