Initial commit

This commit is contained in:
2025-09-15 13:21:46 +00:00
committed by Swordsteel
commit aedad7306d
21 changed files with 709 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
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: service
secrets: inherit