Skip to content

Commit

Permalink
Update publish env variables (#1894)
Browse files Browse the repository at this point in the history
  • Loading branch information
gpeal authored Sep 10, 2021
1 parent 824683a commit 565298c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy_snapshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

set -e

./gradlew publish -DORG_GRADLE_PROJECT_mavenCentralUsername="${$SONATYPE_USERNAME}" -DORG_GRADLE_PROJECT_mavenCentralPassword="${$SONATYPE_PASSWORD}"
./gradlew publish -DORG_GRADLE_PROJECT_mavenCentralUsername="${SONATYPE_USERNAME}" -DORG_GRADLE_PROJECT_mavenCentralPassword="${SONATYPE_PASSWORD}"
2 changes: 1 addition & 1 deletion upload_release.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
./gradlew clean lottie:assembleRelease lottie-compose:assembleRelease lottie:publish lottie-compose:publish -DORG_GRADLE_PROJECT_mavenCentralUsername="${$SONATYPE_USERNAME}" -DORG_GRADLE_PROJECT_mavenCentralPassword="${$SONATYPE_PASSWORD}" --rerun-tasks --no-parallel
./gradlew clean lottie:assembleRelease lottie-compose:assembleRelease lottie:publish lottie-compose:publish -DORG_GRADLE_PROJECT_mavenCentralUsername="${SONATYPE_USERNAME}" -DORG_GRADLE_PROJECT_mavenCentralPassword="${SONATYPE_PASSWORD}" --rerun-tasks --no-parallel

0 comments on commit 565298c

Please sign in to comment.