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