From ea76ffae1dea4d7594f8406dc828bde1a3a25a7a Mon Sep 17 00:00:00 2001 From: KMKoushik Date: Wed, 26 Jun 2024 05:43:29 +1000 Subject: [PATCH] Fix publish.yml to fetch tags --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index de5e8ab..4dd0bee 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,6 +27,7 @@ jobs: steps: - uses: actions/checkout@v4 with: + fetch-depth: 1 fetch-tags: true - name: Set up QEMU