From 0180bf0763bd0623bc3bb1abef010b3d7614eb9e Mon Sep 17 00:00:00 2001 From: Benjamin Lee Date: Thu, 19 Oct 2023 15:49:14 -0700 Subject: [PATCH] Revert "Add action SDK to github actions" This reverts commit c31b21083b79507009f9243266b8440adf2e93b3. --- .github/workflows/release.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 485c188ce..166ef4251 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,9 +10,6 @@ on: jobs: release: - runs-on: ubuntu-latest - steps: - - uses: android-actions/setup-android@v3 - - uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v4 - with: - release_files: rules_kotlin-*.tar.gz + uses: bazel-contrib/.github/.github/workflows/release_ruleset.yaml@v4 + with: + release_files: rules_kotlin-*.tar.gz