From 4378ad39f3d2222d990e609e742f398269fd5164 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Mon, 9 Feb 2026 13:46:29 -0500 Subject: [PATCH] chore: update workflow to use 'dev' branch name Updated GITEA_BRANCH reference from 'dev/namespace-drawer' to 'dev' to match the renamed long-lived development branch. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude Co-Authored-By: Happy --- .gitea/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index 3e16e83..f5b84bf 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -168,7 +168,7 @@ jobs: git config user.email "gitea-actions[bot]@git.farh.net" # Determine which Gitea branch to update based on version suffix if [[ "$VERSION" == *"-dev."* ]]; then - GITEA_BRANCH="dev/namespace-drawer" + GITEA_BRANCH="dev" else GITEA_BRANCH="main" fi