From 80d4564c024bfd467eb1bf5572e73c7b49992f14 Mon Sep 17 00:00:00 2001 From: Mike Bennett <93522067+digitaldogsbody@users.noreply.github.com> Date: Thu, 18 Jul 2024 17:04:32 +0100 Subject: [PATCH] Ensure test environment version is updated when release is made --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ed3eccb..b347b61 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -85,10 +85,13 @@ jobs: tar -xzvf dockerize-linux-amd64-v0.6.0.tar.gz rm dockerize-linux-amd64-v0.6.0.tar.gz ./dockerize -template prod-eu-west/services/federation/_vaestgoetaspets.auto.tfvars.tmpl:prod-eu-west/services/federation/_vaestgoetaspets.auto.tfvars + ./dockerize -template test/services/federation/_vaestgoetaspets.auto.tfvars.tmpl:test/services/federation/_vaestgoetaspets.auto.tfvars + git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git add prod-eu-west/services/federation/_vaestgoetaspets.auto.tfvars + git add test/services/federation/_vaestgoetaspets.auto.tfvars git commit -m "Adding vaestgoetaspets git variables for tag ${{ steps.extract_variables.outputs.GIT_TAG }}" - name: Push changes uses: ad-m/github-push-action@v0.6.0