From ec52c5e83b5a952e945ce58b892e66e9253b6e4a Mon Sep 17 00:00:00 2001 From: David Minarsch Date: Wed, 17 May 2023 18:03:02 +0100 Subject: [PATCH] fix: ensure we source vars --- .github/workflows/release.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 564805bc..99b7a770 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -74,8 +74,7 @@ jobs: run: | echo "Building Docker Images" cd work - export AUTHOR=valory - export SERVICE=mech + source env.sh || exit 1 pip install requests==2.28.2 autonomy init --reset --author $AUTHOR --ipfs --remote autonomy fetch $AUTHOR/$SERVICE --service --local || exit 1