mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Merge remote-tracking branch 'origin/release-v1.0.0' into import-milli
This commit is contained in:
commit
cde62fcb5b
41 changed files with 3640 additions and 3028 deletions
3
.github/workflows/latest-git-tag.yml
vendored
3
.github/workflows/latest-git-tag.yml
vendored
|
@ -3,7 +3,7 @@ name: Update latest git tag
|
|||
on:
|
||||
workflow_dispatch:
|
||||
release:
|
||||
types: [published]
|
||||
types: [released]
|
||||
|
||||
jobs:
|
||||
check-version:
|
||||
|
@ -17,6 +17,7 @@ jobs:
|
|||
|
||||
update-latest-tag:
|
||||
runs-on: ubuntu-latest
|
||||
needs: check-version
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: rickstaa/action-create-tag@v1
|
||||
|
|
2
.github/workflows/publish-deb-brew-pkg.yml
vendored
2
.github/workflows/publish-deb-brew-pkg.yml
vendored
|
@ -2,7 +2,7 @@ name: Publish to APT repository & Homebrew
|
|||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
types: [released]
|
||||
|
||||
jobs:
|
||||
check-version:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue