Medieval and Fortress fixes and Shire and Fortress rebalancing in 1.2… #111
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Release | |
on: | |
push: | |
branches: | |
- "version/*" | |
- "release/*" | |
- "testing/*" | |
permissions: | |
contents: write | |
statuses: write | |
jobs: | |
release: | |
uses: ldtteam/operapublicacreator/.github/workflows/gradle.publish.yaml@main | |
with: | |
java: 17 | |
curse_release_type: ${{ contains(github.ref, 'release') && 'release' || 'beta' }} | |
secrets: inherit |