diff --git a/.github/workflows/update-version.yml b/.github/workflows/update-version.yml index ac85178e..96dc8349 100644 --- a/.github/workflows/update-version.yml +++ b/.github/workflows/update-version.yml @@ -81,6 +81,7 @@ jobs: git symbolic-ref --short -q HEAD if [[ "$(git symbolic-ref --short -q HEAD)" == nightly ]]; then CURRENT_VERSION=$(cat VERSION) + CURRENT_VERSION="22.02.0" NEW_VERSION="${CURRENT_VERSION%%-trunk}" if [[ "$CURRENT_VERSION" == *trunk* ]]; then VALUE=$(echo $NEW_VERSION | cut -d"." -f4 | sed 's/^0*//')