Skip to content

Merge branch 'version/1.21' of https://github.com/ldtteam/minecolonie… #158

Merge branch 'version/1.21' of https://github.com/ldtteam/minecolonie…

Merge branch 'version/1.21' of https://github.com/ldtteam/minecolonie… #158

Workflow file for this run

name: Release
on:
push:
branches:
- "version/*"
- "release/*"
- "testing/*"
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