Skip to content

Commit e1fe037

Browse files
committed
wip
1 parent 5123f76 commit e1fe037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ steps:
4040
title: compare versions
4141
image: alpine/semver
4242
commands:
43-
- semver "${{VERSION}}" -r ">${{LATEST_VERSION}}" || (echo "bump version" && exit 1)
43+
- semver "${{VERSION}}" -r ">${{LATEST_VERSION}}" || (echo "bump version! current is ${{VERSION}} latest is ${{LATEST_VERSION}}" && exit 1)
4444
when:
4545
steps:
4646
- name: prepare_env_vars

0 commit comments

Comments
 (0)