From 7133cdbcd76a83bfd0028ea7530e8db7b579f4ba Mon Sep 17 00:00:00 2001 From: jh-devv <122896463+jh-devv@users.noreply.github.com> Date: Mon, 5 Feb 2024 08:46:12 +0200 Subject: [PATCH] fix(actions/release): version --- .github/actions/release/action.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/release/action.yaml b/.github/actions/release/action.yaml index 416528e..fd8e1c5 100644 --- a/.github/actions/release/action.yaml +++ b/.github/actions/release/action.yaml @@ -33,7 +33,7 @@ inputs: default: . release-tag: - description: "Tag for the description" + description: "Tag for the release" required: true @@ -105,7 +105,7 @@ runs: game-versions: ${{ env.game-version }} changelog-file: CHANGELOG.release.* files: "*.mrpack" - version: ${{ steps.tag.outputs.tag }} + version: ${{ inputs.release-tag }} version-type: ${{ steps.release-type.outputs.release-type }} - name: Print Modrinth upload status @@ -125,7 +125,7 @@ runs: game-versions: ${{ env.game-version }} changelog-file: CHANGELOG.release.* files: "*.zip" - version: ${{ steps.tag.outputs.tag }} + version: ${{ inputs.release-tag }} version-type: ${{ steps.release-type.outputs.release-type }} - name: Print Curseforge upload status