Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
Bump Meilisearch to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tillprochaska committed Jan 6, 2024
1 parent 9eb058f commit 8641476
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8641476

Please sign in to comment.