Skip to content

Commit 3effab2

Browse files
runningcodeclaude
andauthored
chore(ci): Update workflow names from Emerge to Sentry (#648)
## Summary - Update user-facing workflow and step names to use "Sentry" instead of "Emerge" - Updated workflow titles: `android_emerge_snapshots.yml`, `ios_emerge_upload_main.yml`, `ios_emerge_upload_adhoc.yml` - Kept underlying Emerge tool references (env vars, commands) unchanged as they refer to the actual tooling 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude <[email protected]>
1 parent 66fb204 commit 3effab2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ios_emerge_upload_adhoc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Emerge PR iOS Upload (Build Distribution)
1+
name: Sentry PR iOS Upload (Build Distribution)
22

33
on:
44
pull_request:
@@ -41,7 +41,7 @@ jobs:
4141
sed -i '' "s/API_KEY/$ETDISTRIBUTION_API_KEY/g" HackerNews/Utils/Constants.swift
4242
env:
4343
ETDISTRIBUTION_API_KEY: ${{ secrets.ETDISTRIBUTION_API_KEY_IOS }}
44-
- name: Build & upload iOS AdHoc binary to Emerge Tools
44+
- name: Build & upload iOS AdHoc binary to Sentry
4545
run: bundle exec fastlane ios build_upload_emerge
4646
env:
4747
ASC_KEY_ID: ${{ secrets.ASC_KEY_ID }}

.github/workflows/ios_emerge_upload_main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Emerge iOS Upload (Size Analysis)
1+
name: Sentry iOS Upload (Size Analysis)
22

33
on:
44
push:
@@ -37,7 +37,7 @@ jobs:
3737
echo $CERTIFICATE_BASE64 | base64 --decode > signing-cert.p12
3838
3939
# This version uploads a build to Testflight
40-
- name: Build & upload iOS size analysis binary to Emerge Tools
40+
- name: Build & upload iOS size analysis binary to Sentry
4141
run: bundle exec fastlane ios build_upload_testflight
4242
env:
4343
ASC_KEY_ID: ${{ secrets.ASC_KEY_ID }}
@@ -82,7 +82,7 @@ jobs:
8282
run: |
8383
echo $CERTIFICATE_BASE64 | base64 --decode > signing-cert.p12
8484
85-
- name: Build & upload iOS AdHoc binary to Emerge Tools
85+
- name: Build & upload iOS AdHoc binary to Sentry
8686
run: bundle exec fastlane ios build_upload_emerge
8787
env:
8888
ASC_KEY_ID: ${{ secrets.ASC_KEY_ID }}

0 commit comments

Comments
 (0)