Files
common-plugin/.gitea/workflows/publish.yaml
2025-09-09 14:16:56 +02:00

14 lines
330 B
YAML

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