From 4846655ffc281865de0e3af946169b914730e5d5 Mon Sep 17 00:00:00 2001 From: Wouter Huysentruit Date: Mon, 28 Sep 2020 10:52:26 +0200 Subject: [PATCH] Fix GitVersion to 5.1.2 to avoid tag versioning bug https://github.com/GitTools/GitVersion/issues/2074 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dbb763d..eb4de3d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: - name: Install GitVersion uses: gittools/actions/gitversion/setup@v0.9.2 with: - versionSpec: '5.2.x' + versionSpec: '5.1.2' - name: Use GitVersion id: gitversion uses: gittools/actions/gitversion/execute@v0.9.2