We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5123f76 commit e1fe037Copy full SHA for e1fe037
build/ci.yml
@@ -40,7 +40,7 @@ steps:
40
title: compare versions
41
image: alpine/semver
42
commands:
43
- - semver "${{VERSION}}" -r ">${{LATEST_VERSION}}" || (echo "bump version" && exit 1)
+ - semver "${{VERSION}}" -r ">${{LATEST_VERSION}}" || (echo "bump version! current is ${{VERSION}} latest is ${{LATEST_VERSION}}" && exit 1)
44
when:
45
steps:
46
- name: prepare_env_vars
0 commit comments