diff --git a/.github/workflows/build-stable.yml b/.github/workflows/build-stable.yml index 8627487..e1b0c13 100644 --- a/.github/workflows/build-stable.yml +++ b/.github/workflows/build-stable.yml @@ -48,7 +48,7 @@ jobs: - name: Release Artifacts uses: marvinpinto/action-automatic-releases@latest with: - title: "[${{ env.ref }}/${{ env.MC_VERSION }}] #${{ env.workflow }}" + title: "[${{ env.ref }}] #${{ env.workflow }}" automatic_release_tag: ${{ env.ref }}-1.19.2-${{ env.workflow }} repo_token: "${{ secrets.GITHUB_TOKEN }}" files: build/libs/keyi-${{ env.MC_VERSION }}-${{ env.ref }}-${{ env.workflow }}.jar