Skip to content

Commit

Permalink
fix(actions/release): version
Browse files Browse the repository at this point in the history
  • Loading branch information
sofiedotcafe committed Feb 5, 2024
1 parent 2772ee5 commit 7133cdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ inputs:
default: .

release-tag:
description: "Tag for the description"
description: "Tag for the release"
required: true


Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7133cdb

Please sign in to comment.