diff --git a/.github/actions/release-notes/action.yaml b/.github/actions/release-notes/action.yaml index 979b3d298..8c92460e3 100644 --- a/.github/actions/release-notes/action.yaml +++ b/.github/actions/release-notes/action.yaml @@ -45,6 +45,11 @@ runs: if which git &>/dev/null; then exit 0; fi apt-get install -y git shell: sh + - name: checkout + uses: actions/checkout@v4 + with: + fetch-depth: 0 # release-notes code needs full commit-history and tags + fetch-tags: 0 - name: Retrieve Release-Notes shell: bash run: |