From 9514b916e0dfa1bbd2a007aa0c97f1a07cb41048 Mon Sep 17 00:00:00 2001 From: Jali Date: Tue, 12 May 2026 01:08:53 +0200 Subject: [PATCH] Use run_number instead of run_id --- .gitea/workflows/pipelines.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/pipelines.yaml b/.gitea/workflows/pipelines.yaml index 02f8686..d40b66f 100644 --- a/.gitea/workflows/pipelines.yaml +++ b/.gitea/workflows/pipelines.yaml @@ -21,5 +21,5 @@ jobs: with: files: |- build/*.pdf - name: Release ${{ gitea.run_id }}.${{ gitea.run_attempt }} - tag_name: Release_${{ gitea.run_id }}.${{ gitea.run_attempt }} + name: Release ${{ gitea.run_number }}.${{ gitea.run_attempt }} + tag_name: Release_${{ gitea.run_number }}.${{ gitea.run_attempt }}