From e3654e1d95b22c1f8ddd2dda6c9e3ae42bbf41d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Qui=C3=B1ones?= Date: Sun, 9 Mar 2025 16:13:55 -0500 Subject: [PATCH] ci(update): using correct version var to create twilight release name --- .github/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/update.sh b/.github/update.sh index b671351..01c48bb 100755 --- a/.github/update.sh +++ b/.github/update.sh @@ -149,7 +149,7 @@ try_to_update() { short_sha1="$(echo "$remote_sha1" | cut -c1-7)" - release_name="$version-$short_sha1" + release_name="$version_name-$short_sha1" flake_repo_location="0xc000022070/zen-browser-flake"