File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change 66- Test
77- Build
88- Push Dev
9+ - Release
910
1011steps :
1112
3940 title : compare versions
4041 image : alpine/semver
4142 commands :
42- - semver ${{CUR_VERSION}} -r ">${{LATEST_VERSION}}" || (echo "bump version" && exit 1)
43+ - semver " ${{VERSION}}" -r ">${{LATEST_VERSION}}" || (echo "bump version" && exit 1)
4344 when :
4445 steps :
4546 - name : prepare_env_vars
@@ -148,14 +149,20 @@ steps:
148149 candidate : ${{build}}
149150 tags :
150151 - latest
151- -
152+ - ${{VERSION}}
152153 when :
153154 steps :
154155 - name : build
155156 on :
156157 - success
158+ - name : codecov-report
159+ on :
160+ - success
161+ - name : codegen
162+ on :
163+ - success
157164 branch :
158- ignore : [ "main" ]
165+ only : [ "main" ]
159166 scale :
160167 push_quay :
161168 title : push to quay
You can’t perform that action at this time.
0 commit comments