Fix TGS Release name

This commit is contained in:
Jordan Brown
2020-07-31 13:37:09 -04:00
parent a1a46c2c41
commit 20af606fbe
+1 -1
View File
@@ -735,7 +735,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: tgstation-server-v${{ env.TGS_VERSION }}
release_name: tgstation-server 4 DMAPI v${{ env.TGS_VERSION }}
release_name: tgstation-server-v${{ env.TGS_VERSION }}
body: ${{ env.TGS_RELEASE_NOTES }}
commitish: ${{ github.event.head_commit.id }}