From 1965b827dc7f89e48744ec52e41dce920485ea85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Qui=C3=B1ones?= Date: Thu, 8 May 2025 12:37:57 -0500 Subject: [PATCH] ci(update): better twilight release name (#57) --- .github/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/update.sh b/.github/update.sh index 08c6976..a1c9a74 100755 --- a/.github/update.sh +++ b/.github/update.sh @@ -164,7 +164,7 @@ update_version() { updated_at_epoch="$(date -d "$updated_at" +%s)" - release_name="$semver-$updated_at_epoch" + release_name="$semver#$updated_at_epoch" flake_repo_location="0xc000022070/zen-browser-flake"