Skip to content

Fix citizenskillhandler npe (#10374) #113

Fix citizenskillhandler npe (#10374)

Fix citizenskillhandler npe (#10374) #113

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