mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 02:27:40 +08:00
Remove useless line in CI
This commit is contained in:
parent
2c8eb92537
commit
9a3f9577b8
2
.github/workflows/milestone-workflow.yml
vendored
2
.github/workflows/milestone-workflow.yml
vendored
@ -31,8 +31,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
outputs:
|
outputs:
|
||||||
is-patch: ${{ steps.check-patch.outputs.is-patch }}
|
is-patch: ${{ steps.check-patch.outputs.is-patch }}
|
||||||
env:
|
|
||||||
MILESTONE_VERSION: ${{ github.event.milestone.title }}
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Check if this release is a patch release only
|
- name: Check if this release is a patch release only
|
||||||
|
Loading…
Reference in New Issue
Block a user