Skip to content

Commit

Permalink
build: Add release job to circleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-marcu committed Aug 1, 2024
1 parent 067fa54 commit 3fc6f06
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ jobs:
- store_test_results:
path: target/surefire-reports
maven-release:
requires:
- maven-build
filters:
branches:
ignore: /.*/
tags:
only: /^v[0-9]+\.[0-9]+\.[0-9]+$/
docker:
- image: cimg/openjdk:21.0.2
steps:
Expand Down

0 comments on commit 3fc6f06

Please sign in to comment.