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 🆗"