Set up project structure
Some checks failed
Publish Snapshot / dev-publish (push) Has been cancelled
Some checks failed
Publish Snapshot / dev-publish (push) Has been cancelled
This commit is contained in:
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: library
|
||||
secrets: inherit
|
||||
Reference in New Issue
Block a user