From 0c51e5569e517bbd4137531c5c4c2dc3b6b85f93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Gonz=C3=A1lez?= Date: Wed, 23 Oct 2024 12:49:51 +0200 Subject: [PATCH] need to checkout main --- .github/workflows/release_production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_production.yml b/.github/workflows/release_production.yml index 9539c4f5c6ab..b03994642655 100644 --- a/.github/workflows/release_production.yml +++ b/.github/workflows/release_production.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v4 with: submodules: recursive - ref: develop + ref: main - name: Fetch Latest Git Tag id: fetch_tag