mirror of
https://github.com/stracker-phil/obsidian-mention-things.git
synced 2026-07-22 05:43:27 +00:00
💚 Include CSS in release
This commit is contained in:
parent
3589818a1c
commit
e820cf258a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -44,4 +44,4 @@ jobs:
|
|||
gh release create "$tag" \
|
||||
--title="$tag" \
|
||||
--draft \
|
||||
${{ env.PLUGIN_ZIP_NAME }} dist/main.js dist/manifest.json
|
||||
${{ env.PLUGIN_ZIP_NAME }} dist/main.js dist/manifest.json dist/styles.css
|
||||
|
|
|
|||
Loading…
Reference in a new issue