Skip to content

Commit

Permalink
fix curseforge release action
Browse files Browse the repository at this point in the history
  • Loading branch information
TechLord22 committed Jan 9, 2023
1 parent 72e471d commit 78891f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/curseforge_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ jobs:
changelog: "Changelog is available [here](https://github.com/${{ github.repository }}/releases/tag/v${{ steps.get_version_no_extra.outputs.version }})."
changelog_type: "markdown"
relations: "codechicken-lib-1-8:requiredDependency,gregtechce:incompatible,gregtech-chill-edition:incompatible"
file_path: "gregtech-${{ steps.get_current_version.outputs.version }}.jar"
file_path: "gregtech-1.12.2-${{ steps.get_current_version.outputs.version }}.jar"
project_id: "${{ secrets.CURSEFORGE_PROJECT_ID }}"
token: "${{ secrets.CURSEFORGE_API_KEY }}"

0 comments on commit 78891f7

Please sign in to comment.