diff --git a/.github/workflows/GenerateReleaseZip.yml b/.github/workflows/GenerateReleaseZip.yml index 7c1fc02..52e22f6 100644 --- a/.github/workflows/GenerateReleaseZip.yml +++ b/.github/workflows/GenerateReleaseZip.yml @@ -128,6 +128,10 @@ jobs: with: name: ${{ env.MOD_NAME }} + # The repository needs to be checked out for the next changelog step. + - name: Checkout Repository + uses: actions/checkout@v4.1.7 + # Auto-generate changelog. - name: Build Changelog id: github_release