Files
test-integration/.gitea/workflows/publish-version.yaml
Swordsteel fa925dd8fa
Some checks failed
Publish Snapshot / dev-publish (push) Has been cancelled
update workflow
2025-09-15 14:59:44 +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