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 — dev/beta/release tags (skip test)
|
||||||
# ====================================================================
|
# ====================================================================
|
||||||
release:
|
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]
|
needs: [build-server-core, build-device-agent, build-dashboard, build-docs]
|
||||||
uses: ./.gitea/workflows/release_call.yaml
|
uses: ./.gitea/workflows/release_call.yaml
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user