Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix release action #172

Merged
merged 3 commits into from
Feb 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -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