Skip to content

Commit c3edcf8

Browse files
committed
bump version
1 parent fe0911b commit c3edcf8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/deploy.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ if ! [ $AFTER_DEPLOY_RUN ] && [ "$TRAVIS_PHP_VERSION" == "7.0" ]; then
4949
# Create new SVN tag.
5050
mkdir -p svn/tags/$THEMEISLE_VERSION
5151
rsync -r -p dist/* svn/tags/$THEMEISLE_VERSION
52-
5352
# Add new files to SVN
5453
svn stat svn | grep '^?' | awk '{print $2}' | xargs -I x svn add x@
5554
# Remove deleted files from SVN
@@ -58,7 +57,7 @@ if ! [ $AFTER_DEPLOY_RUN ] && [ "$TRAVIS_PHP_VERSION" == "7.0" ]; then
5857
svn stat svn
5958

6059
# Commit to SVN
61-
svn ci --no-auth-cache --username $WPORG_USER --password $WPORG_PASS svn -m "Release v$THEMEISLE_VERSION"
60+
svn commit svn -m "Release v$THEMEISLE_VERSION" --username $WPORG_USER --password $WPORG_PASS
6261

6362
fi
6463

0 commit comments

Comments
 (0)