diff --git a/.github/actions/prepare-release/action.yml b/.github/actions/prepare-release/action.yml index c7457b4b1c..3eac38c167 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%-M') + APP_VERSION=$(date '+%Y.%-m.%-d-canary.%-H%M') fi if [[ "$APP_VERSION" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then BUILD_TYPE=stable