Skip to content

Commit a81aa7a

Browse files
committed
fix: version of rnef-post-build
1 parent 4019929 commit a81aa7a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

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

3131
- name: Build Android
32-
uses: callstackincubator/android@v1
32+
uses: callstackincubator/android@v2
3333
with:
3434
variant: 'debug' # or else
3535
github-token: ${{ secrets.GITHUB_TOKEN }}

action.yml

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

273273
- name: Post Build
274274
if: ${{ github.event_name == 'pull_request' && inputs.comment-bot == 'true' }}
275-
uses: callstackincubator/android/.github/actions/rnef-post-build@feat/remote-cache-command
275+
uses: callstackincubator/android/.github/actions/rnef-post-build@v2
276276
with:
277277
title: Android ${{ inputs.variant }} APK for all devices
278278
artifact-url: ${{ steps.upload-artifact.outputs.artifact-url || env.ARTIFACT_URL }}

0 commit comments

Comments
 (0)