Skip to content

Commit

Permalink
Update github-actions-demo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matheus002 authored Aug 1, 2024
1 parent 6715eeb commit 33a5adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
new_version="$major.$minor.$new_patch"
# Update the version in the eas.json file
jq --arg new_version "$new_version" '.cli.publicConfig.EXPO_PUBLIC_APP_VERSION = $new_version' eas.json > eas.tmp.json && mv eas.tmp.json eas.json
jq --arg new_version "$new_version" '.build.base.env.EXPO_PUBLIC_APP_VERSION = $new_version' eas.json > eas.tmp.json && mv eas.tmp.json eas.json
# Output the new version
echo "New version: $new_version"
Expand Down

0 comments on commit 33a5adf

Please sign in to comment.