mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-01 23:35:41 +00:00
fix release build to not include "Release" in the title, it leads to a
redundant <title>
This commit is contained in:
parent
3da0af37e4
commit
1228c2fabe
2
.github/workflows/release-build.yml
vendored
2
.github/workflows/release-build.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
with:
|
with:
|
||||||
tag_name: ${{ github.ref }}
|
tag_name: ${{ github.ref }}
|
||||||
release_name: Release ${{ github.ref }}
|
release_name: ${{ github.ref }}
|
||||||
draft: false
|
draft: false
|
||||||
prerelease: false
|
prerelease: false
|
||||||
body: |
|
body: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user