diff --git a/.github/workflows/platformDeploy.yml b/.github/workflows/platformDeploy.yml index 4cd4e5ba56d5..c0c9fe98676d 100644 --- a/.github/workflows/platformDeploy.yml +++ b/.github/workflows/platformDeploy.yml @@ -377,6 +377,11 @@ jobs: if: ${{ success() }} needs: [android, desktop, iOS, web] steps: + - uses: actions/checkout@v2 + + - name: Set version + run: echo "VERSION=$(npm run print-version --silent)" >> "$GITHUB_ENV" + - name: 'Announces the deploy in the #announce Slack room' uses: 8398a7/action-slack@v3 with: