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

Release v1.6.0

Release v1.6.0 #1328

Workflow file for this run

name: Diff
on:
pull_request:
branches:
- main
- 'release-v*'
jobs:
api-diff:
if: ${{ github.event_name == 'pull_request' }}
name: Check API diff on Bump
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bump-sh/github-action@v1
with:
doc: meilisearch
token: ${{secrets.BUMP_TOKEN}}
file: open-api.yaml
command: diff
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}