From e41f2afe27ba104f11482de9dc3de97383b4419a Mon Sep 17 00:00:00 2001 From: therealpaulgg Date: Wed, 3 Apr 2024 00:43:37 -0700 Subject: [PATCH] release? --- .github/workflows/update-homebrew-formula.yml | 2 +- .github/workflows/update-winget-manifest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-homebrew-formula.yml b/.github/workflows/update-homebrew-formula.yml index a2b2c19..bb1f16e 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: [published] + types: [created] jobs: update-formula: diff --git a/.github/workflows/update-winget-manifest.yml b/.github/workflows/update-winget-manifest.yml index 85ff150..30519dd 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: [published] + types: [created] jobs: update-winget-manifest: