File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments