ci(update): better twilight release name (#57)

This commit is contained in:
Luis Quiñones
2025-05-08 12:37:57 -05:00
committed by GitHub
parent e7cec64702
commit 1965b827dc

2
.github/update.sh vendored
View File

@@ -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"