fix(action): typo
All checks were successful
build image / release_tag (push) Successful in 2s
build image / build (push) Successful in 5m12s
build image / publish_release (push) Successful in 3s

This commit is contained in:
sujiba 2024-07-09 08:52:10 +00:00
parent a4c1b3ac68
commit 49e1c715cc

View file

@ -129,4 +129,4 @@ jobs:
echo "$body" echo "$body"
# Create release # Create release
curl -d "{\"body\": \"$body\", \"tag_name\": \"$RELEASE\", \"target_commitish\": \"main\" }" https://git.smail.koeln/api/v1/repos/homelab/docker-ownDynDNS-netcup/release -H "Authorization: token $GH_TOKEN" -H "Content-Type: application/json" curl -d "{\"body\": \"$body\", \"tag_name\": \"$RELEASE\", \"target_commitish\": \"main\" }" https://git.smail.koeln/api/v1/repos/homelab/docker-ownDynDNS-netcup/releases -H "Authorization: token $GH_TOKEN" -H "Content-Type: application/json"