Fixed flathub_push workflow -fix3

This commit is contained in:
XargonWan 2022-10-08 15:38:09 +02:00
parent e194bf5034
commit 5af8980e31

View file

@ -62,6 +62,7 @@ jobs:
curl -sL \ curl -sL \
-H "Accept: application/vnd.github+json" \ -H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.TRIGGER_BUILD_TOKEN }}" \ -H "Authorization: Bearer ${{ secrets.TRIGGER_BUILD_TOKEN }}" \
https://api.github.com/repos/XargonWan/RetroDECK-cooker/releases/latest \
| jq .name \ | jq .name \
) )