Skip to content

Commit

Permalink
chore: fix release action (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
qingzhuozhen committed Feb 9, 2024
1 parent fc02161 commit 9fed16e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
needs: [authorize]
strategy:
matrix:
ruby-version: ["2.7.x"]
ruby-version: ["2.7"]
env:
GIT_AUTHOR_NAME: amplitude-sdk-bot
GIT_AUTHOR_EMAIL: amplitude-sdk-bot@users.noreply.github.com
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
run: yarn prepare

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

Expand All @@ -71,7 +71,7 @@ jobs:
- name: Install Cocoapods
if: steps.cache-gems-pods.outputs.cache-hit != 'true'
run: |
gem install bundler
gem install bundler -v 2.4.22
bundle config path vendor/bundle
- name: Release --dry-run # Uses release.config.js
Expand Down
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
@@ -1,8 +1,8 @@
PODS:
- Amplitude (8.16.3):
- Amplitude (8.18.0):
- AnalyticsConnector (~> 1.0.0)
- amplitude-react-native (2.17.2):
- Amplitude (= 8.16.3)
- Amplitude (= 8.18.0)
- React-Core
- AnalyticsConnector (1.0.0)
- boost (1.76.0)
Expand Down Expand Up @@ -593,8 +593,8 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
Amplitude: 10f20d4436fdcd38ddd5be1da7033fcc21f4143e
amplitude-react-native: 6e5b9e38c53e11a86f62f874a42cf176e2b82c86
Amplitude: 184def4f87aa26f94a93a7faa334e06b1cae704d
amplitude-react-native: 2cff4fd67892c5cee06ac49eb550680899b2f55e
AnalyticsConnector: 4c386d5972ac9da86e22d668564dbbac97558754
boost: 57d2868c099736d80fcd648bf211b4431e51a558
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
Expand Down Expand Up @@ -650,4 +650,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: dffa5b3fe55e9c004d5622b8e8876c2158e463e6

COCOAPODS: 1.12.1
COCOAPODS: 1.15.2

0 comments on commit 9fed16e

Please sign in to comment.