Skip to content

Commit

Permalink
🎨 Support plugin packaging #1095
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Apr 19, 2023
1 parent 7006111 commit 30aefcf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions actions/stage/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ func main() {
performStage("templates")
performStage("icons")
performStage("widgets")
performStage("plugins")

logger.Infof("bazaar staged")
}
Expand Down
4 changes: 4 additions & 0 deletions plugins.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"repos": [
]
}

0 comments on commit 30aefcf

Please sign in to comment.