Skip to content

Commit

Permalink
fix: release issue (didn't release to homebrew or winget)
Browse files Browse the repository at this point in the history
  • Loading branch information
sekwah41 committed Nov 23, 2023
1 parent 1b7ac29 commit 1ca7081
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ jobs:
built-*/*.snap
built-*/*.blockmap
tauri-release/*
- name: Invoke website publish
uses: benc-uk/workflow-dispatch@v1
with:
workflow: Deploy Website
publish-to-homebrew-cask:
name: Publish to Homebrew Cask
needs:
Expand All @@ -74,6 +70,13 @@ jobs:
with:
casks: pomatez
token: ${{ secrets.GITHUB_TOKEN }}
website-deploy:
name: "Update Website"
needs:
- release-please
- publish
uses: ./.github/workflows/website-deploy.yml
secrets: inherit
publish-to-winget:
name: Publish to WinGet
needs:
Expand Down

0 comments on commit 1ca7081

Please sign in to comment.