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 }}