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}}