test
This commit is contained in:
14
.gitea/workflows/test-release.yaml
Normal file
14
.gitea/workflows/test-release.yaml
Normal 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 }}
|
||||||
Reference in New Issue
Block a user