Skip to content

Commit

Permalink
Revert "Change Winget & Homebrew publish job to ubuntu-latest"
Browse files Browse the repository at this point in the history
  • Loading branch information
DattatreyaReddy authored Oct 3, 2023
1 parent 649dff2 commit 1b794ab
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 1b794ab

Please sign in to comment.