Fix action/workflow for building and releasing

This commit is contained in:
Stephen Seo 2024-06-23 12:16:06 +09:00
parent a575fbda37
commit adce9ba9bc

View file

@ -22,7 +22,7 @@ jobs:
-H "Authorization: token ${GITHUB_TOKEN}" \
-H 'Content-Type: application/json' \
-d "{
\"body\": \"SHA256SUMS\",
\"body\": \" SHA256SUMS\",
\"name\": \"break_interval version ${GITHUB_REF_NAME}\",
\"tag_name\": \"${GITHUB_REF_NAME}\" }" 2>/dev/null > "${THE_ACTION_WORKING_DIRECTORY}/release_${GITHUB_REF_NAME}_create.json"
fi