diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0acb113..7f1665d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -112,6 +112,8 @@ jobs: steps: - name: Checkout code for release job uses: actions/checkout@v3 + with: + fetch-depth: 0 # Fetch all history to access tags - name: Build Changelog id: build_changelog