mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 10:37:05 +05:30
fix(scripts): stop uploading rev-hash
file
This commit is contained in:
parent
39afdbe577
commit
3ef94f2d60
1 changed files with 0 additions and 8 deletions
|
@ -23,12 +23,6 @@ function delete_release() {
|
|||
gh release delete --yes "${LATEST_TAG}"
|
||||
}
|
||||
|
||||
function create_rev_file() {
|
||||
pushd "${ASSET_DIRECTORY}" || return
|
||||
echo "${CURRENT_REV}" | tee rev-hash.txt
|
||||
popd || return
|
||||
}
|
||||
|
||||
function create_release() {
|
||||
local CHANGELOG_FILE
|
||||
CHANGELOG_FILE="$(mktemp)"
|
||||
|
@ -44,8 +38,6 @@ if [[ "$(has_release)" -eq 0 ]]; then
|
|||
delete_release
|
||||
fi
|
||||
|
||||
create_rev_file
|
||||
|
||||
overwrite_remote_tag
|
||||
|
||||
create_release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue