fix issue/pr element styles

This commit is contained in:
lutinglt
2025-12-02 13:43:36 +08:00
parent b3cc3ab82f
commit 86e488aafb
6 changed files with 79 additions and 17 deletions

View File

@@ -29,7 +29,7 @@ jobs:
tar -zcf dist/theme-github-extra-pink.tar.gz --remove-files \
dist/theme-github-pink-auto.css dist/theme-github-pink-light.css dist/theme-github-pink-dark.css dist/theme-github-pink-soft-dark.css
tar -zcf dist/theme-github-templates.tar.gz templates
tar -zcf dist/theme-github-templates.tar.gz templates options
TAG="v$(npm run -s version)"
gh release create "$TAG" dist/* --notes-file CHANGELOG.md --draft -t $TAG
env: