From be0384aad3020cace82901139df71850f8feaaee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Qui=C3=B1ones?= Date: Thu, 8 May 2025 15:06:54 -0500 Subject: [PATCH] revert: "ci(update): better twilight release name (#57)" (#58) This reverts commit 1965b827dc7f89e48744ec52e41dce920485ea85. --- .github/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/update.sh b/.github/update.sh index a1c9a74..08c6976 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"