From 80a7d4c28f2a25eb92982380ed6e26c2fa1e2108 Mon Sep 17 00:00:00 2001 From: cicdguy <26552821+cicdguy@users.noreply.github.com> Date: Wed, 15 Nov 2023 06:49:09 -0600 Subject: [PATCH] Greater than or equal to Signed-off-by: cicdguy <26552821+cicdguy@users.noreply.github.com> --- .github/workflows/version.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/version.yaml b/.github/workflows/version.yaml index 9863f46f..fcb35eeb 100644 --- a/.github/workflows/version.yaml +++ b/.github/workflows/version.yaml @@ -50,7 +50,7 @@ jobs: exit 0 } fi - if [[ $DESC_DEV_VERSION -gt 9000 && "$NEWS_VERSION" == "(development version)" ]] + if [[ $DESC_DEV_VERSION -ge 9000 && "$NEWS_VERSION" == "(development version)" ]] then { echo "NEWS.md and DESCRIPTION file versions are okay as package is in development mode." echo "All is okay 🆗"