From 440a588196c8cbe5ab1de501dcd61276a1929c05 Mon Sep 17 00:00:00 2001 From: Duncan Kolba Date: Tue, 26 Jul 2022 16:52:52 +0200 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=8E=A1=20WIP=20package=20publishing?= =?UTF-8?q?=20in=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/changelog.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 02ab5f3..90923b1 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -10,6 +10,8 @@ jobs: steps: - name: ⬇️ Checkout repo uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Create changelog run: |