From 9fa3a491d728fd334a3160b98ff8be5b85fbe3ee Mon Sep 17 00:00:00 2001 From: liorh Date: Mon, 21 Mar 2022 17:10:17 +0200 Subject: [PATCH 1/2] bugfix/github_action --- .github/workflows/validate_version.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/validate_version.yaml b/.github/workflows/validate_version.yaml index 1c99932..4a9aa7c 100644 --- a/.github/workflows/validate_version.yaml +++ b/.github/workflows/validate_version.yaml @@ -22,6 +22,8 @@ jobs: - name: Validate Release Version run: .github/scripts/validate_release_version.sh +# - name: Install Terraform + - name: Install Terraform uses: hashicorp/setup-terraform@v1 with: From 2ecc23ae5cd633de458e7690735fa55f937a0713 Mon Sep 17 00:00:00 2001 From: liorh Date: Mon, 21 Mar 2022 17:11:25 +0200 Subject: [PATCH 2/2] bugfix/github_action --- version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version b/version index 4726b94..2cb49ed 100644 --- a/version +++ b/version @@ -1,2 +1,2 @@ # Use Semantic versioning only. Please update the version number before opening a pull request. -v1.0.12 +v1.0.13