Skip to content

Commit

Permalink
make sure publish does a hard reset
Browse files Browse the repository at this point in the history
  • Loading branch information
jlipps committed Sep 27, 2013
1 parent 7a25814 commit a998c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [ $? -eq 0 ]; then
fi
set -e
git pull upstream master
./reset.sh
./reset.sh --hardcore
npm publish
version=$(cat package.json | underscore extract version | sed 's/\"//g')
git tag -a "v$version" -m "tag appium@$version for npm publish"
Expand Down

0 comments on commit a998c9a

Please sign in to comment.