18 lines
471 B
YAML
18 lines
471 B
YAML
name: Publish Version Catalog
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
publish:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Use custom publish action
|
|
uses: gitea.lulz.ltd/aura-ascend/common-workflows/publish-artifact@master
|
|
with:
|
|
java-version: 17
|
|
branch-reference: ${{ github.ref_name }}
|
|
gradle-task: publish
|
|
repository-user: ${{ secrets.CI_BOT_USERNAME }}
|
|
repository-token: ${{ secrets.CI_BOT_TOKEN }}
|