13 lines
265 B
YAML
13 lines
265 B
YAML
name: Publish Version Catalog
|
|
|
|
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
|