Compare commits
No commits in common. "c3776dfdd7dd716c925c661c0e96af2203004f07" and "a575fbda3724736f40b3147314c40765419ca503" have entirely different histories.
c3776dfdd7
...
a575fbda37
2 changed files with 1 additions and 7 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
|
||||
|
|
|
@ -2,12 +2,6 @@
|
|||
|
||||
## Upcoming Changes
|
||||
|
||||
## Version 1.3.2
|
||||
|
||||
Updated action/workflow to build for Debian aarch64.
|
||||
|
||||
Minor fixes to action/workflow.
|
||||
|
||||
## Version 1.3.1
|
||||
|
||||
Updated action/workflow to build for Debian x86_64.
|
||||
|
|
Loading…
Reference in a new issue