From c0b3778d67dcacfd22e6f0a4b10bfbe79cb1e9fe Mon Sep 17 00:00:00 2001 From: 9FS Date: Wed, 18 Sep 2024 20:25:12 +0000 Subject: [PATCH] sodele --- .github/workflows/on tag deploy on github.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/on tag deploy on github.yaml b/.github/workflows/on tag deploy on github.yaml index 543549d..dd0c02a 100644 --- a/.github/workflows/on tag deploy on github.yaml +++ b/.github/workflows/on tag deploy on github.yaml @@ -86,6 +86,8 @@ jobs: steps: - name: "Checkout Repository" uses: "actions/checkout@v4" # makes repository structure available + with: + fetch-depth: 0 # fetch all commits, so we can access all tags - name: "Generate Changelog" id: "generate_changelog"