From a1657dc329e0df114573f9928f5af47b96c3ca29 Mon Sep 17 00:00:00 2001 From: Erwan MATHIEU Date: Wed, 27 Nov 2024 08:58:24 +0100 Subject: [PATCH] Use more explicit tag for nightlies --- .github/workflows/nightly-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly-testing.yml b/.github/workflows/nightly-testing.yml index e00d65ab85..0d66c17e20 100644 --- a/.github/workflows/nightly-testing.yml +++ b/.github/workflows/nightly-testing.yml @@ -13,5 +13,5 @@ jobs: with: # FIXME: Use testing channel once merged cura_conan_version: "cura/[*]@ultimaker/cura_11622" - release_tag: "nightly-5.6" # Fixed version, we reuse the same tag forever + release_tag: "nightly-stable" # Fixed version, we reuse the same tag forever caller_workflow: "nightly-testing.yml"