move changes into master #41

Merged
corbz merged 29 commits from staging into master 2024-08-14 19:32:19 +00:00
Showing only changes of commit 231ceda81a - Show all commits

View File

@ -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