Skip to content

Commit

Permalink
remove reference to public bucket in release
Browse files Browse the repository at this point in the history
  • Loading branch information
nyanbinaryneko committed Aug 17, 2021
1 parent c6289f9 commit b1c5418
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions scripts/release
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,5 @@ readonly NEW_TAG=$3

ZIP_NAME=${ZIP_NAME:-deployment.zip}

TARGET=s3://$PUBLIC_BUCKET/$GITHUB_REPO/$NEW_TAG/$ZIP_NAME

if [[ -z "${CIRCLECI+x}" && -z $(type -p ghr) ]]; then
echo "ERROR: ghr not found, install via: brew install ghr"
exit
fi

gh release upload --clobber --repo "${GITHUB_USER}/${GITHUB_REPO}" $NEW_TAG $ZIP_NAME checksums.txt
echo "Uploaded zipfile and checksums to GitHub Release with tag ${NEW_TAG}"

0 comments on commit b1c5418

Please sign in to comment.