diff --git a/.github/workflows/release_notes_generation.yml b/.github/workflows/release_notes_generation.yml index 61fdedf4c8..aceaf3efb6 100644 --- a/.github/workflows/release_notes_generation.yml +++ b/.github/workflows/release_notes_generation.yml @@ -10,6 +10,11 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Get all git tags + run: | + git fetch --prune --unshallow --tags + git tag + - name: Gradle Build flankScripts and add it to PATH run: | ./flank-scripts/bash/buildFlankScripts.sh