fix : auto-tag-develop.yml

This commit is contained in:
tristan
2026-02-06 10:38:32 +01:00
parent 33d21f6ae6
commit bb0b0092da
2 changed files with 48 additions and 51 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ jobs:
fi
changed_version=false
if git diff --name-only "${{ github.event.before }}" "${{ github.sha }}" | grep -q '^config/version\.yaml$'; then
if git diff --name-only "${{ gitea.event.before }}" "${{ gitea.event.after }}" | grep -q '^config/version\.yaml$'; then
changed_version=true
fi