Skip to content

Commit

Permalink
Fixed release script
Browse files Browse the repository at this point in the history
  • Loading branch information
marcingrzejszczak committed Jun 13, 2016
1 parent c055410 commit e70bf61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env bash
./gradlew clean build && ./gradlew uploadArchives && ./gradlew closeRepository && ./gradlew promoteRepository && ./gradlew pushRelease
./gradlew clean build && ./gradlew uploadArchives && ./gradlew closeRepository && ./gradlew promoteRepository

0 comments on commit e70bf61

Please sign in to comment.