From c15829fb0e164a17b35f8ae46a385857d940186b Mon Sep 17 00:00:00 2001 From: James Friel Date: Mon, 3 Feb 2025 11:18:48 +0000 Subject: [PATCH] add v --- .github/workflows/dotnet-core.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 3a7cece..f75d5f0 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -32,7 +32,7 @@ jobs: run: | cd RDMP git fetch --unshallow --tags - git checkout ${{steps.version.outputs.rdmpversion}} + git checkout v${{steps.version.outputs.rdmpversion}} cd .. - name: Install MS SQL 2019 uses: crazy-max/ghaction-chocolatey@v3