From 654244f26082fc9c1076dbb534a296c539ca193b Mon Sep 17 00:00:00 2001 From: Brord van Wierst Date: Mon, 4 Dec 2023 02:46:36 +0100 Subject: [PATCH] fixed3 --- .github/workflows/old.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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