From e83594ca8f9eeca97af87493f5b8cddcdac6ae6e Mon Sep 17 00:00:00 2001 From: omo50 <144749186+omo50@users.noreply.github.com> Date: Sat, 18 Apr 2026 17:56:57 -0600 Subject: [PATCH] chore(ci): update publish --- .forgejo/workflows/publish.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index 43c0d4986..6d270be15 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -18,7 +18,7 @@ jobs: - name: Checkout uses: actions/checkout@v5 with: - fetch-depth: 2 + fetch-depth: 0 filter: blob:none sparse-checkout: | modpacks @@ -73,7 +73,12 @@ jobs: - name: Generate Changelog id: changelog - run: npx tsx tools/changelog/generate-changelog.ts "${{ matrix.manifest }}" + run: | + git config user.name "Forgejo Action" + git config user.email "actions@noreply.forgejo" + git add . + git commit -m "internal: prepare changelog" --allow-empty + npx tsx tools/changelog/generate-changelog.ts "${{ matrix.manifest }}" - name: Cache Publisher Binary id: cache-publisher