We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d2ea358 + 6f93611 commit 522bf36Copy full SHA for 522bf36
.github/workflows/platformDeploy.yml
@@ -372,11 +372,11 @@ jobs:
372
needs: validateActor
373
if: ${{ fromJSON(needs.validateActor.outputs.IS_DEPLOYER) && github.event_name == 'push' }}
374
steps:
375
- - name: Get version
376
- run: echo "VERSION=$(npm run print-version --silent)" >> "$GITHUB_ENV"
+ - name: Checkout
+ uses: actions/checkout@v4
377
378
- name: 'Deploy HybridApp'
379
- run: gh workflow run --repo Expensify/Mobile-Deploy deploy.yml -f force_build=true -f build_version=${{ env.VERSION }}
+ run: gh workflow run --repo Expensify/Mobile-Deploy deploy.yml -f force_build=true -f build_version="$(npm run print-version --silent)"
380
env:
381
GITHUB_TOKEN: ${{ secrets.OS_BOTIFY_TOKEN }}
382
0 commit comments