fix workflow release name
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 7s

This commit is contained in:
2025-04-16 02:22:56 +02:00
parent 7044d1eebb
commit 2eeff79ea0

View File

@ -38,7 +38,7 @@ jobs:
owner=tom owner=tom
repo=nix-config repo=nix-config
set -e set -e
release_create_res=$(curl -X POST -H "Authorization: token $AUTH_TOKEN" -H "content-type: application/json" -d '{"tag_name":"$TAG_NAME","name":"$TAG_NAME"}' "https://git.tmoron.fr/api/v1/repos/$owner/$repo/releases" 2>/dev/null) release_create_res=$(curl -X POST -H "Authorization: token $AUTH_TOKEN" -H "content-type: application/json" -d "{\"tag_name\":\"$TAG_NAME\",\"name\":\"$TAG_NAME\"}" "https://git.tmoron.fr/api/v1/repos/$owner/$repo/releases" 2>/dev/null)
release_id=$(echo $release_create_res | jq -r .id) release_id=$(echo $release_create_res | jq -r .id)
echo $release_id echo $release_id