From a08ad444e1b42edee8a7b854adff07fd061336e8 Mon Sep 17 00:00:00 2001 From: jebibot Date: Fri, 31 May 2024 01:30:27 +0900 Subject: [PATCH 1/4] ci: use googleapis/release-please-action --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7e488f79..c36654b1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: steps: - id: release name: Release - uses: google-github-actions/release-please-action@v4 + uses: googleapis/release-please-action@v4 with: release-type: simple From eb3e37e1c4ce12fb82e0710f69462658e78c5a5d Mon Sep 17 00:00:00 2001 From: jebibot Date: Fri, 31 May 2024 01:34:24 +0900 Subject: [PATCH 2/4] ci: use `github.sha` --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c36654b1..b006a8fe 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -66,7 +66,7 @@ jobs: cd dist && npx chrome-webstore-upload-cli upload --auto-publish ;; firefox) - git archive --format=zip -o source.zip ${{ needs.release-please.outputs.tag_name }} + git archive --format=zip -o source.zip ${{ github.sha }} cd dist && npx web-ext sign --channel listed --upload-source-code ../source.zip --approval-timeout 60000 ;; esac From a06a99418a2e16e5d52a28ba1b8127212d4f2ab4 Mon Sep 17 00:00:00 2001 From: jebibot <83044352+jebibot@users.noreply.github.com> Date: Fri, 31 May 2024 02:22:09 +0900 Subject: [PATCH 3/4] fix: stream dropdown goto category --- src/browser/components/cards/StreamCard.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/browser/components/cards/StreamCard.tsx b/src/browser/components/cards/StreamCard.tsx index 86f31f2d..691124b6 100644 --- a/src/browser/components/cards/StreamCard.tsx +++ b/src/browser/components/cards/StreamCard.tsx @@ -111,7 +111,9 @@ function StreamCard(props: StreamCardProps) { From 991f0cdb75296ac3d3c5d05cdd07e2b622b4ee6f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 14:06:51 +0900 Subject: [PATCH 4/4] chore(main): release 1.2.4 (#288) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe2aada5..37970d14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.2.4](https://github.com/jebibot/cheese-now/compare/v1.2.3...v1.2.4) (2024-05-30) + + +### Bug Fixes + +* stream dropdown goto category ([a06a994](https://github.com/jebibot/cheese-now/commit/a06a99418a2e16e5d52a28ba1b8127212d4f2ab4)) + ## [1.2.3](https://github.com/jebibot/cheese-now/compare/v1.2.2...v1.2.3) (2024-05-30)