Merge pull request 'Use run_number instead of run_id' (#2) from develop into main
Build LaTex Document / Build (push) Successful in 5s

Reviewed-on: #2
This commit was merged in pull request #2.
This commit is contained in:
2026-05-11 23:08:58 +00:00
+2 -2
View File
@@ -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 }}