diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c8c5f3..82a5c19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,3 +84,10 @@ jobs: ./artifacts/*.snupkg generate_release_notes: true prerelease: ${{ contains(github.ref_name, '-') }} + + - name: Expand internal dependency changelog + if: startsWith(github.ref, 'refs/tags/v') + continue-on-error: true + uses: NexusFFXIV/.github/.github/actions/expand-internal-deps-changelog@main + env: + GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}