diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8a4947a..821fee6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -79,7 +79,7 @@ jobs: - uses: ncipollo/release-action@v1 with: - tag: ${{ github.run_number }} + tag_name: ${{ github.run_number }} body: ${{ github.event.head_commit.message }} artifacts: "Release.zip"