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"