From 680a631ffc5abd8d588db9b4a8be3079186344e0 Mon Sep 17 00:00:00 2001 From: Devin Cowan Date: Tue, 20 Jun 2023 08:50:58 -0400 Subject: [PATCH] workflow copy .env --- .github/workflows/update.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 55e75ba535..23b0685552 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -63,6 +63,7 @@ jobs: id: update-files if: steps.get-latest-release.outputs.result run: | + cp example.env .env source .env cur_ver="$ELASTIC_VERSION" new_ver=${{ fromJson(steps.get-latest-release.outputs.result).version }}