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 84236a8 commit 25cd282
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ jobs:
maven-release:
requires:
- maven-build
filters:
branches:
only: /^main$/
tags:
only: /^v[0-9]+\.[0-9]+\.[0-9]+$/
docker:
- image: cimg/openjdk:21.0.2
steps:
Expand All @@ -30,5 +25,10 @@ workflows:
jobs:
- maven-build
release:
filters:
branches:
only: /^main$/
tags:
only: /^v[0-9]+\.[0-9]+\.[0-9]+$/
jobs:
- maven-release
- maven-release

0 comments on commit 25cd282

Please sign in to comment.