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