Skip to content

Prevent removed mods' food from becoming air on read and crashes (#10… #259

Prevent removed mods' food from becoming air on read and crashes (#10…

Prevent removed mods' food from becoming air on read and crashes (#10… #259

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@main
with:
java: 17
curse_release_type: ${{ contains(github.ref, 'release') && 'release' || 'beta' }}
secrets: inherit