Skip to content

Commit

Permalink
Update .github/workflows/platformDeploy.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Rory Abraham <47436092+roryabraham@users.noreply.github.com>
  • Loading branch information
AndrewGable and roryabraham authored Jun 20, 2024
1 parent bbd1d83 commit 6f93611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/platformDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ jobs:
uses: actions/checkout@v4

- name: 'Deploy HybridApp'
run: gh workflow run --repo Expensify/Mobile-Deploy deploy.yml -f force_build=true -f build_version=$(npm run print-version --silent)
run: gh workflow run --repo Expensify/Mobile-Deploy deploy.yml -f force_build=true -f build_version="$(npm run print-version --silent)"
env:
GITHUB_TOKEN: ${{ secrets.OS_BOTIFY_TOKEN }}

Expand Down

0 comments on commit 6f93611

Please sign in to comment.