Skip to content

Commit

Permalink
fix: workflow asset name
Browse files Browse the repository at this point in the history
  • Loading branch information
colomolo committed Aug 7, 2024
1 parent d63c405 commit 44f7ec6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
}],
["@semantic-release/github", {
"assets": ["Bookmarks.alfredworkflow"]
"assets": ["Bookmark-Vault.alfredworkflow"]
}]
]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ You can convert plain items to checkbox items and vice versa by holding ⇧.
`⌘⇧` to check/uncheck checkbox item.
`⌘⌥⇧` to delete item permanently.

Bookmarks will try to present URLs in a convenient way. If it's possible to get page's title (by fetching the page), it will be shown as an item title. You can also specify it manually by formatting link in Markdown format. For example adding `[Transport Museum](https://www.ltmuseum.co.uk/)` as an argument to `bkadd` command will later be represented with a title and URL:
Bookmark Vault will try to present URLs in a convenient way. If it's possible to get page's title (by fetching the page), it will be shown as an item title. You can also specify it manually by formatting link in Markdown format. For example adding `[Transport Museum](https://www.ltmuseum.co.uk/)` as an argument to `bkadd` command will later be represented with a title and URL:

![Markdown link](./markdown-link.png)

Expand Down

0 comments on commit 44f7ec6

Please sign in to comment.