From 4bc0f34ff7a7bb000c11aba545abe61bffe86055 Mon Sep 17 00:00:00 2001 From: holomekc <30546982+holomekc@users.noreply.github.com> Date: Sat, 2 Dec 2023 11:42:41 +0100 Subject: [PATCH] test release workflow --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f57d2490..21c0502f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,6 +66,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v4 + with: + fetch-tags: true - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v4