From 8641476c423397aaf23294dd5bc1bb05cf2e8f52 Mon Sep 17 00:00:00 2001 From: Till Prochaska <1512805+tillprochaska@users.noreply.github.com> Date: Sat, 6 Jan 2024 14:33:32 +0100 Subject: [PATCH] Bump Meilisearch to 1.5.1 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f7dd5f8..8d9618d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,10 +8,10 @@ jobs: - uses: actions/checkout@v2 - name: Build Meilisearch binary - run: MEILISEARCH_VERSION="0.28.1" ./scripts/build + run: MEILISEARCH_VERSION="1.5.1" ./scripts/build - name: Create release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/') with: - files: ./build/meilisearch-0.28.1 + files: ./build/meilisearch-1.5.1