diff --git a/.github/actions/prepare-release/action.yml b/.github/actions/prepare-release/action.yml index 26176fa9c5..d5143d706d 100644 --- a/.github/actions/prepare-release/action.yml +++ b/.github/actions/prepare-release/action.yml @@ -21,7 +21,7 @@ runs: if [ "${{ github.ref_type }}" == "tag" ]; then APP_VERSION=$(echo "${{ github.ref_name }}" | sed 's/^v//') else - APP_VERSION=$(date '+%Y.%-m.%-d-canary.%H')+build.$GIT_SHORT_HASH + APP_VERSION=$(date '+%Y.%-m.%-d-canary.%H%M') fi if [[ "$APP_VERSION" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then BUILD_TYPE=stable