Files
template-library/.gitea/workflows/release.yaml
Swordsteel 3b7efa2dbc
Some checks failed
Publish Snapshot / dev-publish (push) Has been cancelled
Set up project structure
2025-09-15 14:52:57 +02:00

14 lines
274 B
YAML

name: Release Gradle Plugin
on:
workflow_dispatch:
jobs:
call-release-ci:
if: github.ref_name == 'master'
uses: aura-ascend/common-workflows/.gitea/workflows/release.yaml@master
with:
JAVA_VERSION: 17
RELEASE_TYPE: library
secrets: inherit