Skip to content

Commit 27bd0b5

Browse files
committed
Fixed deploy_release.sh
1 parent 8ca511b commit 27bd0b5

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

.idea/runConfigurations/Publish_Release_Manually.xml

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/deploy_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22

3-
../gradlew clean build generatePomFileForLibraryPublication publish bintrayUpload -PbintrayUser=$bintrayUser -PbintrayKey=$bintrayKey -PdryRun=false
3+
./gradlew generatePomFileForLibraryPublication publish bintrayUpload -PbintrayUser=$bintrayUser -PbintrayKey=$bintrayKey -PdryRun=false

0 commit comments

Comments
 (0)