Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/client-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ permissions:

jobs:
build:
if: github.repository == 'mutte-me/mutte-client'
name: ${{ matrix.platform }}
permissions:
contents: read
Expand Down Expand Up @@ -153,7 +154,7 @@ jobs:
retention-days: 30

notarize:
if: github.ref_type == 'tag'
if: github.repository == 'mutte-me/mutte-client' && github.ref_type == 'tag'
needs: build
name: notarize-${{ matrix.platform }}
strategy:
Expand Down Expand Up @@ -239,7 +240,7 @@ jobs:
exit 1

release:
if: github.ref_type == 'tag'
if: github.repository == 'mutte-me/mutte-client' && github.ref_type == 'tag'
needs: [build, notarize]
runs-on: ubuntu-24.04
permissions:
Expand Down
2 changes: 1 addition & 1 deletion SOURCE-COMMIT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d518b6d72a0b69e639f6f7ab044c7835cac683f8
9fbb06cd1ccd1d9f62bbfb3ad57bf623a07797ea