ci: fix missing closing quote in release condition
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user