Skip to content

Commit

Permalink
Oops, actually publish Firefox extension
Browse files Browse the repository at this point in the history
  • Loading branch information
raxod502 committed Nov 9, 2022
1 parent 10c05b9 commit 3454c81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog].

[keep a changelog]: https://keepachangelog.com/en/1.0.0/

## 0.0.7

Tbd

## 0.0.6

The entire current playback state is now sent to other clients on
Expand Down
2 changes: 1 addition & 1 deletion extension/release.bash
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ gh release delete "${tag}" --yes || :

echo >&2
echo >&2 "Creating GitHub Release"
gh release create "${tag}" -t "Hypercast browser extension v${ver}" -F - "${chrome_zip}" <<<"${notes}"
gh release create "${tag}" -t "Hypercast browser extension v${ver}" -F - "${chrome_zip}" "${firefox_zip}" <<<"${notes}"

0 comments on commit 3454c81

Please sign in to comment.