From 368cb06d774725cf2462d1b2e305575bc93eb7ff Mon Sep 17 00:00:00 2001 From: "mr. m" Date: Sat, 21 Feb 2026 11:37:28 +0100 Subject: [PATCH] Revert "chore: Change the twilight release tag name to canary, b=no-bug, c=workflows" This reverts commit d28622e7496dc2c5d2d341cb7ecf126f76d37852. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d5a876edc..03c7c9e59 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -567,7 +567,7 @@ jobs: ./zen.installer.exe/* ./zen.installer-arm64.exe/* ./zen.macos-universal.dmg/* - tag_name: "canary" + tag_name: "twilight" name: "Twilight build - ${{ needs.build-data.outputs.version }} (${{ needs.build-data.outputs.build_date }} at ${{ needs.build-data.outputs.build_time }})" draft: false generate_release_notes: false