We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c70846 commit 42b2813Copy full SHA for 42b2813
1 file changed
.github/workflows/main.yml
@@ -252,6 +252,11 @@ jobs:
252
fi
253
done
254
255
+ - uses: actions/setup-java@v4
256
+ with:
257
+ distribution: 'temurin'
258
+ java-version: '17'
259
+
260
- name: release android aar to maven central
261
if: steps.tag.outputs.version != ''
262
run: cd packages/android && ./gradlew publishReleasePublicationToOSSRHRepository -PVERSION=${{ steps.tag.outputs.version }}
0 commit comments