From 835d88059b7d76e3fe94a0867238267fb1999004 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 30 Oct 2024 20:46:07 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 21691b0c0e..b26456bbc7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,7 +45,7 @@ jobs: [[ "$latest_tag" = v* ]] && latest_tag="${latest_tag:1}" echo "Found tag: \"${latest_tag}\"" echo "latest_tag=$latest_tag" >> $GITHUB_ENV - echo "branch=release/v0.19-no-migrations" >> $GITHUB_ENV + echo "branch=release/v0.19-no-migrations-dess" >> $GITHUB_ENV echo "remote=https://github.com/lemmynet/${{ github.event.repository.name }}.git" >> $GITHUB_ENV - name: Check if the tag exists locally