update release file

This commit is contained in:
KHOUBZA Younes
2021-08-22 01:41:35 +01:00
parent 951b73f949
commit e0ea51ecff
+1 -1
View File
@@ -64,7 +64,7 @@ do
echo "Releasing $REMOTE";
TMP_DIR="/tmp/php-flasher"
REMOTE_URL="git@github.com:php-flasher/$REMOTE.git"
REMOTE_URL="git@github.com-yoeunes:php-flasher/$REMOTE.git"
rm -rf $TMP_DIR;
mkdir $TMP_DIR;