From da7b5be64d84074f118b7108b2aea78bbf6622d9 Mon Sep 17 00:00:00 2001 From: Jali Date: Tue, 12 May 2026 13:20:17 +0200 Subject: [PATCH] Fix the run number in the pipeline --- .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 bedf352..b43fb13 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 ${{ gitea.run_number }}.${{ gitea.run_attempt }} + tag_name: Release_${{ gitea.run_number }}.${{ gitea.run_attempt }}