diff --git a/.circleci/config.yml b/.circleci/config.yml index 9ce40326..f8f208a5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -40,8 +40,17 @@ jobs: paths: - ~/.m2 key: v1-dependencies-{{ checksum "pom.xml" }} + github_release: + executor: java17 + steps: + - run: + echo "i don't know how to github release..." workflows: main: jobs: - maven_package + - github_release: + filters: + branches: + only: circleci-project-setup ## todo - change to main