From 283213a32a3f2b7d812760e90731f4a7eb18eefb Mon Sep 17 00:00:00 2001 From: Taliesin Sisson Date: Wed, 27 Dec 2023 01:21:03 +0000 Subject: [PATCH] Pull branches --- .github/workflows/create-release.yml | 1 + .github/workflows/release.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index b4c9f0ca..13a69071 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -16,6 +16,7 @@ jobs: # Fetches entire history, so we can analyze commits since last tag fetch-depth: 0 persist-credentials: true + fetch-tags: true - uses: Bpazy/setup-git-chglog@v1 with: git-chglog-version: ${{ env.GIT_CHGLOG_VERSION}} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2bc6e327..41165dd5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -256,6 +256,7 @@ jobs: with: fetch-depth: 0 persist-credentials: true + fetch-tags: true - uses: Bpazy/setup-git-chglog@v1 with: git-chglog-version: ${{ env.GIT_CHGLOG_VERSION}}