ci: fix missing closing quote in release condition

This commit is contained in:
datadunia
2026-06-18 09:33:25 +07:00
parent 68ebfbaad3
commit e49031152d
+1 -1
View File
@@ -109,7 +109,7 @@ jobs:
# RELEASE — dev/beta/release tags (skip test)
# ====================================================================
release:
if: "!contains(gitea.ref_name, 'test') && !failure()
if: "!contains(gitea.ref_name, 'test') && !failure()"
needs: [build-server-core, build-device-agent, build-dashboard, build-docs]
uses: ./.gitea/workflows/release_call.yaml
with: