Update On Fri Jul 25 20:44:25 CEST 2025

This commit is contained in:
github-action[bot]
2025-07-25 20:44:26 +02:00
parent ae7705dddc
commit 87feaef65e
44 changed files with 412 additions and 269 deletions
+3
View File
@@ -38,6 +38,9 @@ jobs:
if [[ -z "$SOURCE_TAG" ]]; then
SOURCE_TAG="${{ github.ref_name }}"
fi
if [[ -z "$SOURCE_TAG" ]]; then
SOURCE_TAG="${{ github.event.release.tag_name }}"
fi
if [[ -z "$SOURCE_TAG" ]]; then
echo "Error: Could not determine a valid tag source. Input tag and context tag (github.ref_name) are both empty."