Files
test-integration/.gitea/workflows/release.yaml
Aura Ascend 56f62c9729
Some checks failed
Publish Snapshot / call-publish (push) Has been cancelled
Initial commit
2025-09-15 19:35:35 +02:00

14 lines
271 B
YAML

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