This commit is contained in:
2025-09-07 22:12:57 +02:00
parent 52acfc24af
commit 1c95030008

View File

@@ -0,0 +1,14 @@
name: Release Version Catalog
on:
workflow_dispatch:
jobs:
call-release-ci:
uses: aura-ascend/common-workflows/.gitea/workflows/release.yaml@test
with:
JAVA_VERSION: 17
RELEASE_TYPE: catalog
secrets:
CI_BOT_USERNAME: ${{ secrets.CI_BOT_USERNAME }}
CI_BOT_TOKEN: ${{ secrets.CI_BOT_TOKEN }}