Skip to content

Commit

Permalink
Merge pull request #27209 from Expensify/Rory-FixDeployChecklist
Browse files Browse the repository at this point in the history
[No QA] Fix deploy checklist
  • Loading branch information
luacmartins authored Sep 12, 2023
2 parents 7fb36e1 + 5e09ff8 commit 754e7d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/platformDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,15 @@ jobs:
deployChecklist:
name: Create or update deploy checklist
runs-on: ubuntu-latest
if: ${{ github.event_name != 'release' }}
needs: validateActor
steps:
- uses: actions/checkout@v3
- uses: Expensify/App/.github/actions/composite/setupNode@main

- name: Set version
id: getVersion
run: echo "VERSION=$(npm run print-version --silent)" >> "$GITHUB_ENV"
run: echo "VERSION=$(npm run print-version --silent)" >> "$GITHUB_OUTPUT"

- name: Create or update staging deploy
uses: Expensify/App/.github/actions/javascript/createOrUpdateStagingDeploy@main
Expand Down

0 comments on commit 754e7d8

Please sign in to comment.