diff options
author | wlodekm <[email protected]> | 2024-11-15 10:22:04 +0200 |
---|---|---|
committer | wlodekm <[email protected]> | 2024-11-15 10:22:04 +0200 |
commit | e3c1048dffa61f563e84a78a41d32126e5dcb406 (patch) | |
tree | 5f43bb2cc6821a6133faa10ffd2450543b9f5314 /.github/workflows/main.yml | |
parent | 6500a80bbb07ef6820294914b0609fa87d3c2c16 (diff) |
guhhhhh
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: |