From 4b298863c7f4d033409420533e77e5ed62538049 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 3 Mar 2022 00:38:26 +0100 Subject: [PATCH] Fix nightly manifest (#67489) --- .github/workflows/builder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index 853a5ca0c65..1f8cd2f8e9d 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -339,7 +339,7 @@ jobs: # Create general tags if [[ "${{ needs.init.outputs.version }}" =~ d ]]; then - create_manifest"dev" "${{ needs.init.outputs.version }}" + create_manifest "dev" "${{ needs.init.outputs.version }}" elif [[ "${{ needs.init.outputs.version }}" =~ b ]]; then create_manifest "beta" "${{ needs.init.outputs.version }}" create_manifest "rc" "${{ needs.init.outputs.version }}"