Skip to content

Commit 5123f76

Browse files
committed
wip
1 parent 6f67d3d commit 5123f76

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

build/ci.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ stages:
66
- Test
77
- Build
88
- Push Dev
9+
- Release
910

1011
steps:
1112

@@ -39,7 +40,7 @@ steps:
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

0 commit comments

Comments
 (0)