Skip to content

Commit 7133cdb

Browse files
committed
fix(actions/release): version
1 parent 2772ee5 commit 7133cdb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/release/action.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ inputs:
3333
default: .
3434

3535
release-tag:
36-
description: "Tag for the description"
36+
description: "Tag for the release"
3737
required: true
3838

3939

@@ -105,7 +105,7 @@ runs:
105105
game-versions: ${{ env.game-version }}
106106
changelog-file: CHANGELOG.release.*
107107
files: "*.mrpack"
108-
version: ${{ steps.tag.outputs.tag }}
108+
version: ${{ inputs.release-tag }}
109109
version-type: ${{ steps.release-type.outputs.release-type }}
110110

111111
- name: Print Modrinth upload status
@@ -125,7 +125,7 @@ runs:
125125
game-versions: ${{ env.game-version }}
126126
changelog-file: CHANGELOG.release.*
127127
files: "*.zip"
128-
version: ${{ steps.tag.outputs.tag }}
128+
version: ${{ inputs.release-tag }}
129129
version-type: ${{ steps.release-type.outputs.release-type }}
130130

131131
- name: Print Curseforge upload status

0 commit comments

Comments
 (0)