From c7d37dad4be82459960b13937a74b3a171c047b7 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 31 May 2024 14:02:54 -0700 Subject: [PATCH] update release job --- .github/workflows/release-tip.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-tip.yml b/.github/workflows/release-tip.yml index 9174bb5c0..b1ed3597a 100644 --- a/.github/workflows/release-tip.yml +++ b/.github/workflows/release-tip.yml @@ -27,7 +27,7 @@ jobs: github.event_name == 'workflow_dispatch' || ( github.event.workflow_run.conclusion == 'success' && - github.repository_owner == 'mitchellh' && + github.repository_owner == 'ghostty-org' && github.ref_name == 'main' ) }} @@ -203,7 +203,7 @@ jobs: github.event_name == 'workflow_dispatch' || ( github.event.workflow_run.conclusion == 'success' && - github.repository_owner == 'mitchellh' && + github.repository_owner == 'ghostty-org' && github.ref_name == 'main' ) }}