dev #5

Merged
sujiba merged 3 commits from dev into main 2024-07-08 22:47:41 +02:00
Showing only changes of commit 1d48b1d788 - Show all commits

View file

@ -132,4 +132,4 @@ jobs:
echo $body
# Create release
curl -d "{\"body\": \"$body\", \"draft\": false, \"name\": \"$RELEASE\", \"prerelease\": false, \"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/release -H "Authorization: token $GH_TOKEN" -H "Content-Type: application/json"