From 79d071fdb103c23662fef74874afc203e28b60c4 Mon Sep 17 00:00:00 2001 From: Mattermost Build Date: Tue, 19 Sep 2023 12:29:34 +0300 Subject: [PATCH] Force end notification to pull all commits (#2846) (#2847) (cherry picked from commit 1bd1953868a61d4aef328f471e6c063c5ab77d18) Co-authored-by: Devin Binnie <52460000+devinbinnie@users.noreply.github.com> --- .github/workflows/release.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1b2e9f2a..55ee694d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -210,6 +210,8 @@ jobs: steps: - name: release/checkout-repo uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + with: + fetch-depth: 0 - name: release/notify-channel run: | git fetch --all