Skip to content

Fail if the legacyClassPath.file does not exist (#14) #2

Fail if the legacyClassPath.file does not exist (#14)

Fail if the legacyClassPath.file does not exist (#14) #2

Workflow file for this run

name: Release
on:
push:
branches: [ "main" ]
permissions:
contents: read
statuses: write
jobs:
release:
uses: neoforged/actions/.github/workflows/gradle-publish.yml@main
with:
java: 17
pre_gradle_tasks: ''
gradle_tasks: publish
secrets:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
MAVEN_USER: ${{ secrets.MAVEN_USER }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }}