Skip to content

Commit 92a41b0

Browse files
committed
[LOCAL] Fix JQ command
1 parent dc90b0b commit 92a41b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/build-android/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
shell: bash
2121
id: read-rn-version
2222
run: |
23-
echo "rn-version=$(cat packages/react-native/package.json | jq -r 'version')" >> $GITHUB_OUTPUT
23+
echo "rn-version=$(cat packages/react-native/package.json | jq -r '.version')" >> $GITHUB_OUTPUT
2424
- name: Set React Native Version
2525
# We don't want to set the version for stable branches, because this has been
2626
# already set from the 'create release' commits on the release branch.

0 commit comments

Comments
 (0)