diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7e488f79..b006a8fe 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 @@ -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 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) 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) {