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