From b47911542b89c41e96853bc20ecd2e987a7808b1 Mon Sep 17 00:00:00 2001 From: therealpaulgg Date: Wed, 3 Apr 2024 01:14:06 -0700 Subject: [PATCH] try again --- .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 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: