Files
template-library/.gitea/workflows/publish-version.yaml
Swordsteel c4d1d211e6
Some checks failed
Publish Snapshot / call-publish (push) Has been cancelled
Set up project structure
2025-09-15 18:01:43 +02:00

13 lines
271 B
YAML

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