mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
Updated config.yml
This commit is contained in:
@ -40,8 +40,17 @@ jobs:
|
|||||||
paths:
|
paths:
|
||||||
- ~/.m2
|
- ~/.m2
|
||||||
key: v1-dependencies-{{ checksum "pom.xml" }}
|
key: v1-dependencies-{{ checksum "pom.xml" }}
|
||||||
|
github_release:
|
||||||
|
executor: java17
|
||||||
|
steps:
|
||||||
|
- run:
|
||||||
|
echo "i don't know how to github release..."
|
||||||
|
|
||||||
workflows:
|
workflows:
|
||||||
main:
|
main:
|
||||||
jobs:
|
jobs:
|
||||||
- maven_package
|
- maven_package
|
||||||
|
- github_release:
|
||||||
|
filters:
|
||||||
|
branches:
|
||||||
|
only: circleci-project-setup ## todo - change to main
|
||||||
|
Reference in New Issue
Block a user