Skip to content

Commit

Permalink
Fix actions
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed Aug 7, 2024
1 parent eb2854b commit 2133842
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ jobs:
project_id: 574029
file_path: jar/Greenery-1.12.2-${{ needs.changelog.outputs.version }}.jar
display_name: Greenery-1.12.2-${{ needs.changelog.outputs.version }}
changelog: ${{ needs.changelog.outputs.changelog_text }}
changelog: |
${{ needs.changelog.outputs.changelog_text }}
changelog_type: markdown
game_versions: "Minecraft 1.12.2, Forge"
game_endpoint: minecraft
Expand Down Expand Up @@ -176,7 +177,8 @@ jobs:
loaders: forge
game_versions: 1.12.2, 1.12.1, 1.12
version_number: ${{ needs.changelog.outputs.version }}
changelog: ${{ needs.changelog.outputs.changelog_text }}
changelog: |
${{ needs.changelog.outputs.changelog_text }}
version_type: ${{ needs.changelog.outputs.rel_type }}
files: |
jar/Greenery-1.12.2-${{ needs.changelog.outputs.version }}.jar

0 comments on commit 2133842

Please sign in to comment.