Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/development' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
froehlichA committed Apr 17, 2022
2 parents 889e6f7 + e55bcfa commit 53caa99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modpack/templates/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,5 +128,5 @@ jobs:
file_path: ${{ needs.modpack-info.outputs.projectname }}-${{ needs.modpack-info.outputs.tag }}.zip
changelog: "${{ needs.changelog.outputs.changelog }}"
changelog_type: markdown
game_versions: ${{ needs.modpack-info.outputs.version }}
release_type: ${{ steps.release-type.outputs.type }}
game_versions: "Minecraft ${{ needs.modpack-info.outputs.version }}"
release_type: ${{ steps.release-type.outputs.type }}

0 comments on commit 53caa99

Please sign in to comment.