We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fa47e6 commit d840bbdCopy full SHA for d840bbd
.github/workflows/release.yml
@@ -37,7 +37,6 @@ jobs:
37
id: deploy
38
run: |
39
export ANDROID_SDK=$ANDROID_HOME
40
- export ANDROID_NDK=$ANDROID_HOME/ndk-bundle
41
./gradlew publish closeAndReleaseRepository --info -PsonatypeUsername=$SONATYPE_USERNAME -PsonatypePassword=$SONATYPE_PASSWORD -Psigning.keyId=$GPG_KEYNAME -Psigning.password=$GPG_PASSPHRASE -Psigning.secretKeyRingFile=$HOME/.gnupg/secring.gpg
42
echo ::set-output name=exit_code::$?
43
env:
0 commit comments