Skip to content

Commit 18b8a11

Browse files
committed
Add step to deploy to Maven
1 parent 8ed8401 commit 18b8a11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ gradle clean assembleRelease
5757
read -p "Next, make sure this repo is clean and up to date. We will be kicking off a deploy to maven." DERP
5858
#mvn clean
5959
#mvn release:clean release:prepare release:perform -Dtag=v$VERSION
60-
#mvn install:install-file -Dfile=/Users/puf/Github/FirebaseUI-Android/library/build/outputs/aar/library-release.aar -DgroupId=com.firebase -DartifactId=firebase-ui -Dversion=0.0.3 -Dpackaging=aar
60+
mvn install:install-file -Dfile=library/build/outputs/aar/library-release.aar -DgroupId=com.firebase -DartifactId=firebase-ui -Dversion=$VERSION -Dpackaging=aar
6161

6262

6363
if [[ $? -ne 0 ]]; then

0 commit comments

Comments
 (0)