From 43ce2786c12ae914a76dd2e368585f4b85f31c24 Mon Sep 17 00:00:00 2001 From: Thomas Kaul <4159106+dtslvr@users.noreply.github.com> Date: Sun, 28 Aug 2022 11:01:54 +0200 Subject: [PATCH] Fetch all history for all tags and branches (#1202) --- .github/workflows/build-code.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-code.yml b/.github/workflows/build-code.yml index 6c2a1b33f..c1e950ba7 100644 --- a/.github/workflows/build-code.yml +++ b/.github/workflows/build-code.yml @@ -14,6 +14,8 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Use Node.js ${{ matrix.node_version }} uses: actions/setup-node@v3