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 6
6
- Test
7
7
- Build
8
8
- Push Dev
9
+ - Release
9
10
10
11
steps :
11
12
39
40
title : compare versions
40
41
image : alpine/semver
41
42
commands :
42
- - semver ${{CUR_VERSION}} -r ">${{LATEST_VERSION}}" || (echo "bump version" && exit 1)
43
+ - semver " ${{VERSION}}" -r ">${{LATEST_VERSION}}" || (echo "bump version" && exit 1)
43
44
when :
44
45
steps :
45
46
- name : prepare_env_vars
@@ -148,14 +149,20 @@ steps:
148
149
candidate : ${{build}}
149
150
tags :
150
151
- latest
151
- -
152
+ - ${{VERSION}}
152
153
when :
153
154
steps :
154
155
- name : build
155
156
on :
156
157
- success
158
+ - name : codecov-report
159
+ on :
160
+ - success
161
+ - name : codegen
162
+ on :
163
+ - success
157
164
branch :
158
- ignore : [ "main" ]
165
+ only : [ "main" ]
159
166
scale :
160
167
push_quay :
161
168
title : push to quay
You can’t perform that action at this time.
0 commit comments