From cc16ed8a27d295f506215c7cda56760299753d92 Mon Sep 17 00:00:00 2001 From: Jali Date: Tue, 12 May 2026 13:25:15 +0200 Subject: [PATCH] Add Major and Minor version numbers --- .gitea/workflows/pipeline.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/pipeline.yaml b/.gitea/workflows/pipeline.yaml index b43fb13..439b070 100644 --- a/.gitea/workflows/pipeline.yaml +++ b/.gitea/workflows/pipeline.yaml @@ -22,6 +22,6 @@ jobs: with: files: |- build/hello - name: Release ${{ gitea.run_number }}.${{ gitea.run_attempt }} - tag_name: Release_${{ gitea.run_number }}.${{ gitea.run_attempt }} + name: Release ${{ vars.MAJOR }}.${{ vars.MINOR }}.${{ gitea.run_number }}.${{ gitea.run_attempt }} + tag_name: Release_${{ vars.MAJOR }}.${{ vars.MINOR }}.${{ gitea.run_number }}.${{ gitea.run_attempt }}