mirror of
https://github.com/appium/appium.git
synced 2026-05-01 16:00:20 -05:00
make sure publish does a hard reset
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user