Skip to content

Commit

Permalink
Undo temporary change to build.
Browse files Browse the repository at this point in the history
  • Loading branch information
gniftygnome committed Apr 9, 2024
1 parent 4e5310c commit cde392a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
if: ${{ runner.os != 'Windows' }}
run: chmod +x ./gradlew
- name: Build
run: ./gradlew generateChangelog build publish -PlastTag="v${{ github.event.inputs.previousVersion }}" -PcurrentTag="v${{ github.event.inputs.version }}" --stacktrace
run: ./gradlew generateChangelog build publish publishMods -Pgithub -Pmodrinth -Pcurseforge -Pdiscord -PlastTag="v${{ github.event.inputs.previousVersion }}" -PcurrentTag="v${{ github.event.inputs.version }}" --stacktrace
env:
MAVEN_URL: ${{ secrets.MAVEN_URL }}
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}
Expand Down

0 comments on commit cde392a

Please sign in to comment.