From 2b23548bfc848794c780d4c8d66446f5805098e4 Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Tue, 19 Nov 2024 21:42:20 +0000 Subject: [PATCH] Set fetch tags to true in pipeline --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7117a18..cbcb530 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,8 @@ jobs: steps: - uses: actions/checkout@v4 + with: + fetch-tags: true - name: Setup .NET uses: actions/setup-dotnet@v4 with: