From 0f0e2ada7307e956a5bed64cf1e4f3c2e7620de1 Mon Sep 17 00:00:00 2001 From: KMKoushik Date: Wed, 26 Jun 2024 06:00:08 +1000 Subject: [PATCH] Fix publish.yml to fetch tags --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c452d8c..e07fbfe 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -83,7 +83,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: - fetch-tags: true + fetch-depth: 0 - name: Login to DockerHub uses: docker/login-action@v3