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

View File

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