diff --git a/action.yml b/action.yml index 7232f8e..d09c930 100644 --- a/action.yml +++ b/action.yml @@ -31,6 +31,7 @@ runs: # Fetch release JSON from Gitea API RESPONSE=$(curl -sL -H "Authorization: token ${{ inputs.token }}" "$GITEA_URL/$ENDPOINT") + echo $RESPONSE # Extract Tag and Download URL for the asset named 'weld' TAG=$(echo $RESPONSE | jq -r '.tag_name')