neoforged / MDK

The Mod Developer Kit - this is where you start if you want to develop a new mod
https://github.com/NeoForgeMDKs
183 stars 60 forks source link

Fix the build action when running against a tag #40

Closed jameswolff96 closed 4 months ago

jameswolff96 commented 5 months ago
Edivad99 commented 4 months ago

You should also update this:uses: gradle/gradle-build-action@v2 with this:uses: gradle/actions/setup-gradle@v3. https://github.com/gradle/gradle-build-action

jameswolff96 commented 4 months ago

Updated the setup-java and gradle-build versions. Tested on push and release.