Skip to content

Commit e93ccd4

Browse files
committed
Enable CCI release back
Signed-off-by: Pavol Loffay <[email protected]>
1 parent 06cc1b8 commit e93ccd4

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

.circleci/config.yml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -111,24 +111,24 @@ workflows:
111111
filters:
112112
tags:
113113
only: /.*/
114-
# - release-maven-publish:
115-
# context:
116-
# - hypertrace-publishing
117-
# - maven-central-publish
118-
# requires:
119-
# - build
120-
# - muzzle
121-
# filters:
122-
# branches:
123-
# ignore: /.*/
124-
# tags:
125-
# only: /^[0-9]+\.[0-9]+\.[0-9]+/
126-
# - release-github-publish:
127-
# context: hypertrace-publishing
128-
# requires:
129-
# - release-maven-publish
130-
# filters:
131-
# branches:
132-
# ignore: /.*/
133-
# tags:
134-
# only: /^[0-9]+\.[0-9]+\.[0-9]+/
114+
- release-maven-publish:
115+
context:
116+
- hypertrace-publishing
117+
- maven-central-publish
118+
requires:
119+
- build
120+
- muzzle
121+
filters:
122+
branches:
123+
ignore: /.*/
124+
tags:
125+
only: /^[0-9]+\.[0-9]+\.[0-9]+/
126+
- release-github-publish:
127+
context: hypertrace-publishing
128+
requires:
129+
- release-maven-publish
130+
filters:
131+
branches:
132+
ignore: /.*/
133+
tags:
134+
only: /^[0-9]+\.[0-9]+\.[0-9]+/

0 commit comments

Comments
 (0)