Skip to content

Don't interpolate config comments #18

Don't interpolate config comments

Don't interpolate config comments #18

Workflow file for this run

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