Skip to content

Update .github, gradle.props, mods.toml, hopefully will build correctly? #14

Update .github, gradle.props, mods.toml, hopefully will build correctly?

Update .github, gradle.props, mods.toml, hopefully will build correctly? #14

Workflow file for this run

name: Release
on:
push:
branches:
- "version/*"
- "release/*"
- "testing/*"
workflow_dispatch:
permissions:
contents: write
statuses: write
jobs:
release:
uses: ldtteam/operapublicacreator/.github/workflows/gradle.publish.yaml@ng7
with:
java: 21
curse_release_type: ${{ contains(github.ref, 'release') && 'release' || 'beta' }}
secrets: inherit