Changelog, CLI fix

This commit is contained in:
binwiederhier 2023-07-09 07:50:00 -04:00
parent 68f82b9182
commit 2d1f2f319f
3 changed files with 3 additions and 2 deletions

View file

@ -96,7 +96,7 @@ func execPublish(c *cli.Context) error {
icon := c.String("icon")
actions := c.String("actions")
attach := c.String("attach")
markdown := c.Bool("attach")
markdown := c.Bool("markdown")
filename := c.String("filename")
file := c.String("file")
email := c.String("email")