Fix action/workflow for building and releasing
This commit is contained in:
parent
a575fbda37
commit
adce9ba9bc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue