From d28622e7496dc2c5d2d341cb7ecf126f76d37852 Mon Sep 17 00:00:00 2001 From: "mr. m" Date: Sat, 21 Feb 2026 10:30:28 +0100 Subject: [PATCH] chore: Change the twilight release tag name to canary, b=no-bug, c=workflows --- .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 03c7c9e59..d5a876edc 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: "twilight" + tag_name: "canary" 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