This commit is contained in:
@@ -31,6 +31,7 @@ runs:
|
|||||||
|
|
||||||
# Fetch release JSON from Gitea API
|
# Fetch release JSON from Gitea API
|
||||||
RESPONSE=$(curl -sL -H "Authorization: token ${{ inputs.token }}" "$GITEA_URL/$ENDPOINT")
|
RESPONSE=$(curl -sL -H "Authorization: token ${{ inputs.token }}" "$GITEA_URL/$ENDPOINT")
|
||||||
|
echo $RESPONSE
|
||||||
|
|
||||||
# Extract Tag and Download URL for the asset named 'weld'
|
# Extract Tag and Download URL for the asset named 'weld'
|
||||||
TAG=$(echo $RESPONSE | jq -r '.tag_name')
|
TAG=$(echo $RESPONSE | jq -r '.tag_name')
|
||||||
|
|||||||
Reference in New Issue
Block a user