Skip to content

Commit

Permalink
Fix modrinth task name
Browse files Browse the repository at this point in the history
  • Loading branch information
Wyn-Price committed Nov 12, 2022
1 parent 913c928 commit c2a3c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_fabric.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
if: ${{ runner.os != 'Windows' }}
run: chmod +x ./gradlew
- name: Build
run: ./gradlew :Fabric:generateChangelog :Fabric:build :Fabric:publish :Fabric:curseforge :Fabric:github :Fabric:publishModrinth --stacktrace --parallel -PlastTag="v${{ github.event.inputs.previousVersion }}" -PcurrentTag="v${{ github.event.inputs.version }}"
run: ./gradlew :Fabric:generateChangelog :Fabric:build :Fabric:publish :Fabric:curseforge :Fabric:github :Fabric:modrinth --stacktrace --parallel -PlastTag="v${{ github.event.inputs.previousVersion }}" -PcurrentTag="v${{ github.event.inputs.version }}"
env:
MAVEN_URL: ${{ secrets.MAVEN_URL }}
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
Expand Down

0 comments on commit c2a3c25

Please sign in to comment.