Skip to content

Commit

Permalink
fix: use the right task
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Dec 9, 2024
1 parent ab1ba11 commit e9c1a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- name: Build with Gradle
run: ./gradlew build
- name: Curseforge publish
run: ./gradlew makeChangelog curseforge -P curseforge_apikey=${{ secrets.CURSEFORGE_TOKEN }}
run: ./gradlew makeChangelog publishMods -P curseforge_apikey=${{ secrets.CURSEFORGE_TOKEN }}

0 comments on commit e9c1a0e

Please sign in to comment.