Initial commit

This commit is contained in:
2025-09-10 07:10:16 +00:00
committed by Swordsteel
commit e61c8b6514
17 changed files with 587 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
name: Publish Gradle Plugin
on:
workflow_dispatch:
jobs:
call-release:
uses: aura-ascend/common-workflows/.gitea/workflows/publish-artifact.yaml@master
with:
JAVA_VERSION: 17
BRANCH_REFERENCE: ${{ github.ref_name }}
secrets: inherit