Compare commits

..

No commits in common. "c3776dfdd7dd716c925c661c0e96af2203004f07" and "a575fbda3724736f40b3147314c40765419ca503" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View file

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

View file

@ -2,12 +2,6 @@
## Upcoming Changes ## Upcoming Changes
## Version 1.3.2
Updated action/workflow to build for Debian aarch64.
Minor fixes to action/workflow.
## Version 1.3.1 ## Version 1.3.1
Updated action/workflow to build for Debian x86_64. Updated action/workflow to build for Debian x86_64.