diff --git a/.github/workflows/old.yml b/.github/workflows/old.yml index 7f76f2f86..d80a0f270 100644 --- a/.github/workflows/old.yml +++ b/.github/workflows/old.yml @@ -42,6 +42,8 @@ jobs: steps: - uses: actions/checkout@v2 + - run: cat .github/workflows/versions.env >> $GITHUB_ENV + - run: echo "$WEB_APP_ENV" > .env - name: Set up AWS CLI uses: aws-actions/configure-aws-credentials@v2 with: @@ -83,8 +85,9 @@ jobs: needs: build_production steps: - - name: Checkout code - uses: actions/checkout@v2 + - uses: actions/checkout@v2 + - run: cat .github/workflows/versions.env >> $GITHUB_ENV + - run: echo "$WEB_APP_ENV" > .env - name: Download all workflow run artifacts uses: actions/download-artifact@v3