Skip to content

Commit

Permalink
Merge pull request #230 from Suwayomi/revert-220-main-1
Browse files Browse the repository at this point in the history
Revert "Change Winget & Homebrew publish job to `ubuntu-latest`"
  • Loading branch information
DattatreyaReddy authored Oct 3, 2023
2 parents 649dff2 + 1b794ab commit 2f2fd8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:

winget-publish:
needs: create-build
runs-on: ubuntu-latest
runs-on: windows-latest # action can only be run on windows
steps:
- name: Update WINGET manifest
uses: vedantmgoyal2009/winget-releaser@v2
Expand All @@ -185,12 +185,12 @@ jobs:

homebrew-cask-publish:
needs: create-build
runs-on: ubuntu-latest
runs-on: macos-latest
steps:
- name: Update Homebrew cask
uses: macauley/action-homebrew-bump-cask@v1
with:
token: ${{secrets.WINGET}}
tap: homebrew/homebrew-cask
cask: tachidesk-sorayomi
livecheck: true
livecheck: true

0 comments on commit 2f2fd8b

Please sign in to comment.