From 20af606fbe4e85da1f94c34185d7d9c4455b13c2 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Fri, 31 Jul 2020 13:37:09 -0400 Subject: [PATCH] Fix TGS Release name --- .github/workflows/ci-suite.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index 3a83423dba..18815666c9 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -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 }}