generated from aura-ascend/template-service
Initial commit
This commit is contained in:
12
.gitea/workflows/publish.yaml
Normal file
12
.gitea/workflows/publish.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
name: Publish Gradle Plugin
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
call-publish:
|
||||
uses: aura-ascend/common-workflows/.gitea/workflows/publish-container.yaml@master
|
||||
with:
|
||||
JAVA_VERSION: 17
|
||||
BRANCH_REFERENCE: ${{ github.ref_name }}
|
||||
secrets: inherit
|
||||
13
.gitea/workflows/release.yaml
Normal file
13
.gitea/workflows/release.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
name: Release Gradle Plugin
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
call-release-ci:
|
||||
if: github.ref_name == 'master'
|
||||
uses: aura-ascend/common-workflows/.gitea/workflows/release.yaml@master
|
||||
with:
|
||||
JAVA_VERSION: 17
|
||||
RELEASE_TYPE: service
|
||||
secrets: inherit
|
||||
Reference in New Issue
Block a user