From cf676eb14c8741674cdb19328d7eb3d4e2ede761 Mon Sep 17 00:00:00 2001 From: Sudo-Ivan Date: Sun, 28 Dec 2025 08:47:13 -0600 Subject: [PATCH] Update Gitea publish workflow by adding input for tag name in release process --- .gitea/workflows/publish.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 144ef16..6d7d77c 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -5,6 +5,11 @@ on: tags: - 'v*' workflow_dispatch: + inputs: + tag_name: + description: 'Tag name for the release' + required: true + type: string jobs: publish: @@ -48,6 +53,7 @@ jobs: - name: Create Release and Upload Assets uses: https://git.quad4.io/actions/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1 with: + tag_name: ${{ github.event.inputs.tag_name || github.ref_name }} files: | software-station bom.json