From 97ed1b47ab9605ff22e0777c2c643931d63e4ffc Mon Sep 17 00:00:00 2001 From: Kunwar Sahni Date: Tue, 15 Nov 2022 16:36:52 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c84d8b4a..d7cbf703 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,6 +14,7 @@ jobs: - run: | git fetch --tags -f git fetch --prune --unshallow --tags + - name: Update Build Number id: step1 run: | @@ -31,6 +32,7 @@ jobs: steps: - uses: actions/checkout@v3.1.0 - run: | + git fetch --tags -f git fetch --prune --unshallow --tags - name: Setup Python