Skip to content

Commit

Permalink
ci: remove ruby stuff from release.yml after #65 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight authored Nov 21, 2023
1 parent b590517 commit 634fca0
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 634fca0

Please sign in to comment.