Skip to content

Commit 275cfef

Browse files
address @thomson-t comments
1 parent af41e7b commit 275cfef

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/release-ecosystem-from-main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,19 +152,19 @@ jobs:
152152
body: |
153153
${{ steps.release-notes.outputs.release_notes }}
154154
155-
- name: Dry run summary
156-
if: env.DRY_RUN == 'true'
155+
- name: Summary
157156
run: |
158157
COMMITS=$(git log "split/${{ matrix.kit.name }}" --oneline -5)
159158
cat >> $GITHUB_STEP_SUMMARY <<EOF
160-
## 🏜️ DRY RUN — Kit Mirror: ${{ matrix.kit.name }}
159+
## Kit Mirror: ${{ matrix.kit.name }}
161160
162161
| Property | Value |
163162
|----------|-------|
164163
| **Kit** | \`${{ matrix.kit.name }}\` |
165164
| **Source** | \`${{ matrix.kit.local_path }}\` |
166165
| **Destination** | \`${{ env.DEST_ORG }}/${{ matrix.kit.dest_repo }}\` |
167166
| **Tag** | \`${{ needs.prepare.outputs.tag }}\` |
167+
| **Dry Run** | \`${{ env.DRY_RUN }}\` |
168168
| **Artifact** | \`${{ matrix.kit.module }}.xcframework.zip\` |
169169
170170
### Split branch commits

.github/workflows/sdk-release-ecosystem-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
release:
2121
name: Create release PR
22-
runs-on: macOS-15
22+
runs-on: macOS-latest
2323
needs: confirm-main-branch
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.MP_SEMANTIC_RELEASE_BOT }}

0 commit comments

Comments
 (0)