From 4632ac4ab583b96ab18b28c6428400eb96b93297 Mon Sep 17 00:00:00 2001 From: Matthew Broomfield Date: Fri, 10 Jun 2016 19:29:23 -0400 Subject: [PATCH] screw deleting --- scripts/plugin-release.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/plugin-release.sh b/scripts/plugin-release.sh index 047b18b3..209d83df 100755 --- a/scripts/plugin-release.sh +++ b/scripts/plugin-release.sh @@ -7,9 +7,6 @@ if [ "$(echo $VERSION | grep -o SNAPHOT)" != "SNAPSHOT" ]; then echo "VERSION: $VERSION" - # Delete old release - curl -X DELETE https://api.github.com/repos/Dove-Bren/QuestManager/releases/v${VERSION} - # Create new release TAG_NAME="v$VERSION" NAME="$PROJECT_NAME v$VERSION"