Skip to content

Commit

Permalink
Update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedza committed Jan 24, 2021
1 parent f826941 commit 7a9673a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ files=$(find . -type f -name "*.zip" -exec echo '-a' {} \;)
hub release edit $files -m "NitroSniperGo Build $1" $1
rm -rf *.zip NitroSniperGo*
git checkout heroku
git pull
git merge --no-ff master
git push
git checkout replit
git pull
git merge --no-ff heroku
git push
git checkout master

0 comments on commit 7a9673a

Please sign in to comment.