From 634fca0a6ae5262f4c0372ed292f806fc013bac4 Mon Sep 17 00:00:00 2001 From: Andrew McKnight Date: Mon, 20 Nov 2023 15:22:08 -0900 Subject: [PATCH] ci: remove ruby stuff from release.yml after #65 (#69) --- .github/workflows/release.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ce7c865..7812979 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,18 +17,6 @@ jobs: with: version: 2.21.2 token: ${{ secrets.SENTRY_AUTH_TOKEN }} - - uses: ruby/setup-ruby@v1 - with: - bundler-cache: true - - name: Cache CocoaPods installation - id: cache_cocoapods - uses: actions/cache@v3 - with: - path: ./Pods - key: cocoapods-install-${{ hashFiles('./Podfile.lock') }} - - run: bundle exec pod install - if: steps.cache_cocoapods.outputs.cache-hit != 'true' - shell: sh - name: Run Deploy Script run: ./deploy_project.sh ${{ github.event.inputs.version }} ${{ secrets.SENTRY_ORG }} ${{ secrets.SENTRY_PROJECT }} ${{ secrets.SENTRY_AUTH_TOKEN }} shell: sh