diff --git a/.github/workflows/update-homebrew-formula.yml b/.github/workflows/update-homebrew-formula.yml index bb1f16e..a2b2c19 100644 --- a/.github/workflows/update-homebrew-formula.yml +++ b/.github/workflows/update-homebrew-formula.yml @@ -2,7 +2,7 @@ name: Update Homebrew Formula on: release: - types: [created] + types: [published] jobs: update-formula: diff --git a/.github/workflows/update-winget-manifest.yml b/.github/workflows/update-winget-manifest.yml index 30519dd..85ff150 100644 --- a/.github/workflows/update-winget-manifest.yml +++ b/.github/workflows/update-winget-manifest.yml @@ -2,7 +2,7 @@ name: Update Winget Manifest on: release: - types: [created] + types: [published] jobs: update-winget-manifest: