From 001443ac16ef5bf49dc3b40bfcfac9e09a9da94f Mon Sep 17 00:00:00 2001 From: David Enke Date: Mon, 11 Nov 2024 13:22:05 +0100 Subject: [PATCH] ci: fetch all for version and a proper changelog --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d338045..fd9b1fe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -93,6 +93,9 @@ jobs: version: ${{ steps.version.outputs.latest }} steps: - uses: actions/checkout@v4 + with: + fetch-depth: 0 + fetch-tags: true - uses: actions/setup-node@v4 with: node-version-file: .nvmrc