Fix release name
This commit is contained in:
2
.github/workflows/build-stable.yml
vendored
2
.github/workflows/build-stable.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user