Add fetch-depth: 0 to git checkout

Default fetch-depth is 1, which does not pull in the required tags.

Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Change-Id: Ibedd8a57bab4cc97d0d8dcbc872fa6685aa83fb3
diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml
index 8b3722b..e0a2ecf 100644
--- a/.github/workflows/gerrit-verify.yaml
+++ b/.github/workflows/gerrit-verify.yaml
@@ -88,6 +88,7 @@
           gerrit-project: ${{ inputs.GERRIT_PROJECT }}
           gerrit-url: ${{ vars.GERRIT_URL }}
           delay: "0s"
+          fetch-depth: 0
       - name: Check Tags
         uses: opencord/shared-workflows/.github/actions/tag-check-action@main
       - name: Lint Helm Charts