Skip to content

Commit

Permalink
Merge pull request #56104 from Expensify/Rory-FixCreateNewVersion
Browse files Browse the repository at this point in the history
[No QA] Add missing \ in createNewVersion
  • Loading branch information
roryabraham authored Jan 30, 2025
2 parents 4c347b9 + 5b3b268 commit 229e6c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/createNewVersion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
- name: Commit new E/App version
run: |
git add \
./Mobile-Expensify
./Mobile-Expensify \
./package.json \
./package-lock.json \
./android/app/build.gradle \
Expand Down

0 comments on commit 229e6c2

Please sign in to comment.