Skip to content

Fortress fix and addition in 1.21.1 (#10348) #97

Fortress fix and addition in 1.21.1 (#10348)

Fortress fix and addition in 1.21.1 (#10348) #97

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