Skip to content

Commit

Permalink
fix: fix for release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
qingzhuozhen committed Feb 7, 2024
1 parent e148734 commit dcfed02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
needs: [authorize]
strategy:
matrix:
ruby-version: ["2.7.x"]
node-version: ["12.x"]
ruby-version: ["2.7"]
node-version: ["16.x"]
steps:
- name: Checkout Amplitude-iOS
uses: actions/checkout@v2
Expand All @@ -41,13 +41,13 @@ jobs:
run: carthage bootstrap --use-xcframeworks

- name: Setup Ruby
uses: actions/setup-ruby@v1
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}

- name: Install Cocoapods
run: |
gem install bundler
gem install bundler -v 2.4.22
bundle config path vendor/bundle
bundle install
pod install
Expand Down

0 comments on commit dcfed02

Please sign in to comment.