Files
template-service/.gitea/workflows/publish-version.yaml
2025-09-15 19:58:45 +02:00

13 lines
272 B
YAML

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