From dd2c14cf6f01ceb771c6da6e3a3c951391639682 Mon Sep 17 00:00:00 2001 From: Dario Filipaj Date: Fri, 3 Apr 2026 16:52:37 +0200 Subject: [PATCH] ci: add tb-session to release workflow_dispatch options --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e89740b..c10da6c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: crate: description: "Crate to build (e.g. tb-prod)" type: choice - options: [tb-prod, tb-sem, tb-bug, tb-lf, tb-devctl] + options: [tb-prod, tb-sem, tb-bug, tb-lf, tb-devctl, tb-session] required: true dry_run: description: "Dry run (build but don't create release)"