diff --git a/.github/workflows/publish-docker-images.yml b/.github/workflows/publish-docker-images.yml index 93f954df5..f58e8c6ae 100644 --- a/.github/workflows/publish-docker-images.yml +++ b/.github/workflows/publish-docker-images.yml @@ -106,10 +106,11 @@ 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: | - apt-get update && sudo apt-get install -y jq JSON_STRING=$( jq --null-input --compact-output \ --arg version "${{ github.ref_name }}" \ --arg appName "meilisearch" \