Skip to content

Commit 46b0b51

Browse files
committed
fix: version of rnef-post-build
1 parent a47d8db commit 46b0b51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v4
2929

3030
- name: Build iOS
31-
uses: callstackincubator/ios@v1
31+
uses: callstackincubator/ios@v2
3232
with:
3333
destination: 'simulator' # or 'device'
3434
scheme: 'YourScheme'

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ runs:
312312

313313
- name: Post Build
314314
if: ${{ github.event_name == 'pull_request' && inputs.comment-bot == 'true' }}
315-
uses: callstackincubator/ios/.github/actions/rnef-post-build@feat/remote-cache-command
315+
uses: callstackincubator/ios/.github/actions/rnef-post-build@v2
316316
with:
317317
title: iOS ${{ inputs.configuration }} ${{ inputs.destination == 'simulator' && 'APP for simulators' || 'IPA for physical devices' }}
318318
artifact-url: ${{ steps.upload-artifact.outputs.artifact-url || env.ARTIFACT_URL }}

0 commit comments

Comments
 (0)