mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
chore(workflow): add step to split theme configuration and package it for release
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user