Files
device-data-library/.gitea/workflows/publish-version.yaml
Swordsteel 0adfd75eeb
Some checks failed
Gradle Build on PR / call-publish (pull_request) Has been cancelled
Publish Snapshot / dev-publish (push) Has been cancelled
test
2025-09-15 11:42:32 +02:00

13 lines
263 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 }}
secrets: inherit