Compare commits

...

2 Commits

Author SHA1 Message Date
66534d0900 Add version to jq GHA 2025-05-19 23:38:19 +02:00
ae5ef2fead Add jq 2025-05-19 23:30:16 +02:00

View File

@ -106,6 +106,8 @@ jobs:
client-payload: '{ "meilisearch_version": "${{ github.ref_name }}", "stable": "${{ steps.check-tag-format.outputs.stable }}" }'
# Send notification to Swarmia to notify of a deployment: https://app.swarmia.com
- name: 'Setup jq'
uses: dcarbone/install-jq-action@v3
- name: Send deployment to Swarmia
if: github.event_name == 'push' && success()
run: |