Set up project structure
This commit is contained in:
@@ -2,13 +2,18 @@ name: Publish Version Catalog
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
BRANCH_REFERENCE:
|
||||||
|
description: Branch or tag to publish
|
||||||
|
required: true
|
||||||
|
default: master
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
call-publish:
|
call-publish:
|
||||||
uses: aura-ascend/common-workflows/.gitea/workflows/publish-artifact.yml@master
|
uses: aura-ascend/common-workflows/.gitea/workflows/publish-artifact.yml@master
|
||||||
with:
|
with:
|
||||||
JAVA_VERSION: 17
|
JAVA_VERSION: 17
|
||||||
BRANCH_REFERENCE: master
|
BRANCH_REFERENCE: ${{ github.event.inputs.BRANCH_REFERENCE || 'master' }}
|
||||||
GRADLE_TASK: publish
|
GRADLE_TASK: publish
|
||||||
secrets:
|
secrets:
|
||||||
CI_BOT_USERNAME: ${{ secrets.CI_BOT_USERNAME }}
|
CI_BOT_USERNAME: ${{ secrets.CI_BOT_USERNAME }}
|
||||||
|
|||||||
Reference in New Issue
Block a user