Skip to content

Commit 6f67d3d

Browse files
committed
wip
1 parent 894c1e2 commit 6f67d3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ steps:
3939
title: compare versions
4040
image: alpine/semver
4141
commands:
42-
- semver -c -i $
42+
- semver ${{CUR_VERSION}} -r ">${{LATEST_VERSION}}" || (echo "bump version" && exit 1)
4343
when:
4444
steps:
45-
- name: main_clone
45+
- name: prepare_env_vars
4646
on:
4747
- success
4848

0 commit comments

Comments
 (0)