File tree Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Expand file tree Collapse file tree 1 file changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -111,24 +111,24 @@ workflows:
111
111
filters :
112
112
tags :
113
113
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]+/
You can’t perform that action at this time.
0 commit comments