diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6af9de26..dd568f86 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,23 +23,6 @@ jobs: # https://github.com/cycjimmy/semantic-release-action#private-packages persist-credentials: false fetch-depth: 0 - - name: Setup JDK - uses: actions/setup-java@v3 - with: - java-version: '17' - distribution: 'zulu' - cache: gradle - - name: Setup Node.js - uses: actions/setup-node@v3 - with: - node-version: '18' - cache: 'npm' - - name: Setup Android SDK - uses: amyu/setup-android@v2 - with: - cache-disabled: false - sdk-version: '33' - build-tools-version: '33.0.1' - name: Build with Gradle env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}