From 745188bf610b88613bdcd1c6042c3d96fd8fe195 Mon Sep 17 00:00:00 2001 From: notifiarr-auto-releaser Date: Fri, 26 Jul 2024 16:35:58 -0700 Subject: [PATCH] full depth on docker --- .github/workflows/ghcr.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index 96e19d01b..a60e66d17 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -24,7 +24,9 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v4 - + with: + # we need the whole thing so we can count commits. + fetch-depth: '0' - name: Set up QEMU uses: docker/setup-qemu-action@v3 with: