Skip to content

Commit

Permalink
Updated release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
seb86 committed Apr 10, 2019
1 parent b2f4b9b commit e8d51fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
PLUGIN_SLUG="auto-load-next-post"

# GITHUB user who owns the repo
GITHUB_REPO_OWNER="seb86"
GITHUB_REPO_OWNER="autoloadnextpost"

# GITHUB Repository name
GITHUB_REPO_NAME="auto-load-next-post"
Expand Down Expand Up @@ -201,7 +201,6 @@ svn commit -m "Releasing "${VERSION}"" || { echo "Unable to commit."; exit 1; }
# REMOVE THE TEMP DIRS
echo "---------------------------------------------------------------------"
echo "Cleaning Up..."
echo "---------------------------------------------------------------------"
cd "../"
rm -Rf $ROOT_PATH$TEMP_GITHUB_REPO
rm -Rf $ROOT_PATH$TEMP_SVN_REPO
Expand Down

0 comments on commit e8d51fb

Please sign in to comment.