Initial commit
Some checks failed
Publish Snapshot / call-publish (push) Has been cancelled

This commit is contained in:
Aura Ascend
2025-09-13 11:08:33 +00:00
committed by Swordsteel
commit 56f62c9729
17 changed files with 587 additions and 0 deletions

View File

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