Skip to content

Commit d840bbd

Browse files
committed
fix release.yml
1 parent 3fa47e6 commit d840bbd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
id: deploy
3838
run: |
3939
export ANDROID_SDK=$ANDROID_HOME
40-
export ANDROID_NDK=$ANDROID_HOME/ndk-bundle
4140
./gradlew publish closeAndReleaseRepository --info -PsonatypeUsername=$SONATYPE_USERNAME -PsonatypePassword=$SONATYPE_PASSWORD -Psigning.keyId=$GPG_KEYNAME -Psigning.password=$GPG_PASSPHRASE -Psigning.secretKeyRingFile=$HOME/.gnupg/secring.gpg
4241
echo ::set-output name=exit_code::$?
4342
env:

0 commit comments

Comments
 (0)