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 }}