chore(action): remove unnecessary values
All checks were successful
build dev image / build-dev (push) Successful in 5m12s
All checks were successful
build dev image / build-dev (push) Successful in 5m12s
This commit is contained in:
parent
eebfc49be6
commit
1d48b1d788
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue