mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-05 04:28:55 +01:00
Merge #3336
3336: Add missing `needs:` to the git latest tag workflow r=curquiza a=curquiza Fixes this problem: the workflow to update the latest git tag was triggered despite the first check failed <img width="580" alt="Capture d’écran 2023-01-12 à 15 07 00" src="https://user-images.githubusercontent.com/20380692/212087926-975eb387-c8c9-4789-8a62-a56143b9bbd4.png"> These leads to update our latest git tag: our latest git tag corresponds to the `v1.0.0-rc.0` tag instead of `v0.30.5`. (I'm fixing this right now) <img width="586" alt="Capture d’écran 2023-01-12 à 15 08 15" src="https://user-images.githubusercontent.com/20380692/212088136-f4bc2e9c-d824-4c23-8213-52598c742ebd.png"> Co-authored-by: curquiza <clementine@meilisearch.com>
This commit is contained in:
commit
2bc60c29fc
1
.github/workflows/latest-git-tag.yml
vendored
1
.github/workflows/latest-git-tag.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user