Skip to content

Commit

Permalink
fixing changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMarstonConnell committed Jan 12, 2024
1 parent 8fa4155 commit b4bfec1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ jobs:
project_id: "301631"
display_name: "Random Loot 2 - ${{ steps.get_version.outputs.VERSION }}"
release_type: ${{ steps.release_type.outputs.RELEASE_TYPE }}
changelog: "# Change Log\n\nClick [here](https://github.com/TheMarstonConnell/randomloot/releases/tag/${{ steps.get_version.outputs.VERSION }}) for full list of changes."
changelog: "# Change Log\n\nClick [here](https://github.com/TheMarstonConnell/randomloot/releases/tag/v${{ steps.get_version.outputs.VERSION }}) for full list of changes."
- name: Upload to Modrinth
uses: Kir-Antipov/[email protected]
with:
modrinth-id: bM2Gf75C
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
changelog: "# Change Log\n\nClick [here](https://github.com/TheMarstonConnell/randomloot/releases/tag/${{ steps.get_version.outputs.VERSION }}) for full list of changes."
changelog: "# Change Log\n\nClick [here](https://github.com/TheMarstonConnell/randomloot/releases/tag/v${{ steps.get_version.outputs.VERSION }}) for full list of changes."
files: build/libs/*.jar
name: "Random Loot 2 - ${{ steps.get_version.outputs.VERSION }}"
version-type: ${{ steps.release_type.outputs.RELEASE_TYPE }}
Expand Down

0 comments on commit b4bfec1

Please sign in to comment.