mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-02-16 11:00:41 +00:00
fix release build to not include "Release" in the title, it leads to a
redundant <title>
This commit is contained in:
2
.github/workflows/release-build.yml
vendored
2
.github/workflows/release-build.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
tag_name: ${{ github.ref }}
|
||||
release_name: Release ${{ github.ref }}
|
||||
release_name: ${{ github.ref }}
|
||||
draft: false
|
||||
prerelease: false
|
||||
body: |
|
||||
|
||||
Reference in New Issue
Block a user