From 3de7fa46dd94eed6d4197b270accee4a747643c4 Mon Sep 17 00:00:00 2001 From: SilicaAndPina Date: Fri, 15 Apr 2022 23:56:41 +1200 Subject: [PATCH] Fix tags??? --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3759919..a7038d2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,11 +14,11 @@ jobs: steps: - uses: actions/checkout@v2 + with: + fetch-depth: 0 - name: Git Submodule update - run: | - git submodule update --init --recursive - git fetch --tags + run: git submodule update --init --recursive - name: Setup .NET uses: actions/setup-dotnet@v1