From 79f41a8787da97062190f8ce22082d99d8ffc78b Mon Sep 17 00:00:00 2001 From: vladyslav Date: Sat, 19 Apr 2025 22:38:53 +0700 Subject: [PATCH] feat: enable fetching tags in GitHub Actions checkout --- .github/workflows/releasing.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/releasing.yml b/.github/workflows/releasing.yml index bbe2c60..1635af2 100644 --- a/.github/workflows/releasing.yml +++ b/.github/workflows/releasing.yml @@ -20,6 +20,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 with: + fetch-tags: true fetch-depth: 0 - name: Setup Node.js