generated from aura-ascend/template-service
13 lines
264 B
YAML
13 lines
264 B
YAML
name: Publish Gradle Plugin
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
call-publish:
|
|
uses: aura-ascend/common-workflows/.gitea/workflows/publish-container.yaml@master
|
|
with:
|
|
JAVA_VERSION: 17
|
|
BRANCH_REFERENCE: ${{ github.ref_name }}
|
|
secrets: inherit
|