From 0496d718a9cb91b06151e6c8432395e54f94de07 Mon Sep 17 00:00:00 2001 From: Jordan Dominion Date: Sun, 30 Oct 2022 11:11:31 -0400 Subject: [PATCH] Remove more references to TGS4 --- .github/workflows/ci-suite.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-suite.yml b/.github/workflows/ci-suite.yml index c00b2cb4e4..a956e18fc9 100644 --- a/.github/workflows/ci-suite.yml +++ b/.github/workflows/ci-suite.yml @@ -587,7 +587,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: api-v${{ env.TGS_API_VERSION }} - release_name: tgstation-server 4 API v${{ env.TGS_API_VERSION }} + release_name: tgstation-server API v${{ env.TGS_API_VERSION }} body: The TGS HTTP API commitish: ${{ github.event.head_commit.id }} @@ -630,7 +630,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: dmapi-v${{ env.TGS_DM_VERSION }} - release_name: tgstation-server 4 DMAPI v${{ env.TGS_DM_VERSION }} + release_name: tgstation-server DMAPI v${{ env.TGS_DM_VERSION }} body: The TGS DMAPI commitish: ${{ github.event.head_commit.id }}