From fae1c49df4efe8b10263d7a2cb81be2aa681a26d Mon Sep 17 00:00:00 2001 From: acheronfail Date: Thu, 11 Jan 2024 07:58:01 +1030 Subject: [PATCH] fix ci: set tag_name --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0745122..1aa89a6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: - name: Create Release uses: softprops/action-gh-release@v1 with: - name: ${{ github.run_number }} + tag_name: ${{ github.run_number }} body_path: summary.txt files: ../artifact/*.json draft: false