From ae5ef2feadccc9b205b5a7743d1e9e65f699263f Mon Sep 17 00:00:00 2001 From: curquiza Date: Mon, 19 May 2025 23:30:16 +0200 Subject: [PATCH] Add jq --- .github/workflows/publish-docker-images.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish-docker-images.yml b/.github/workflows/publish-docker-images.yml index ae6532ef9..c947b779b 100644 --- a/.github/workflows/publish-docker-images.yml +++ b/.github/workflows/publish-docker-images.yml @@ -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 - name: Send deployment to Swarmia if: github.event_name == 'push' && success() run: |