diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 9c2e65c..e98eebd 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -20,7 +20,7 @@ jobs:
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
       - run: "echo latest release: '${{ steps.get_latest_release.outputs.data }}'"
-      - run: "echo latest release Version : '${{ steps.get_latest_release.outputs.data }}' | jq -r '.name'"
+      - run: "echo latest name : $(echo '${{ steps.get_latest_release.outputs.data }}' | jq -r '.name')"
       - run: "echo Release could not be found. Request failed with status '${{ steps.get_release.outputs.status }}'"
         if: ${{ failure() }}
       - name: Update update.json