Skip to content

Commit 098431d

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)