diff options
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8d44190..40b0033 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -45,7 +45,7 @@ jobs: uses: softprops/action-gh-release@v1 with: files: build/compressed/* # Upload the files to the GitHub release - tag_name: ${{ github.ref }} # Use the pushed tag as the release version + name: ${{ github.ref }} # Use the pushed tag as the release version release_name: Release ${{ github.ref }} body: "Automated release for version ${{ github.ref }}" env: |