diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1550f291..a76d514c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,6 +22,12 @@ jobs: node-version-file: .nvmrc cache: pnpm + - name: Split theme configuration + run: | + pnpx fixit-cli split hugo.toml + tar -zcvf config.tar.gz config + tree config + - name: Generate release notes run: | pnpm install --frozen-lockfile @@ -33,3 +39,5 @@ jobs: with: draft: true body_path: CHANGELOG.md + files: | + config.tar.gz