Skip to content

Commit

Permalink
Merge pull request #27 from datacite/add-test-environment-to-workflow
Browse files Browse the repository at this point in the history
Ensure test environment version is updated when release is made
  • Loading branch information
digitaldogsbody authored Jul 19, 2024
2 parents 3028620 + 80d4564 commit 8107c47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
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/[email protected]
Expand Down

0 comments on commit 8107c47

Please sign in to comment.