Files
device-data-library/.gitea/workflows/publish-version.yaml
2025-09-15 18:29:02 +02:00

13 lines
263 B
YAML

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