update release job

This commit is contained in:
Mitchell Hashimoto
2024-05-31 14:02:54 -07:00
parent 8a5f2e18ab
commit c7d37dad4b

View File

@ -27,7 +27,7 @@ jobs:
github.event_name == 'workflow_dispatch' || github.event_name == 'workflow_dispatch' ||
( (
github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.conclusion == 'success' &&
github.repository_owner == 'mitchellh' && github.repository_owner == 'ghostty-org' &&
github.ref_name == 'main' github.ref_name == 'main'
) )
}} }}
@ -203,7 +203,7 @@ jobs:
github.event_name == 'workflow_dispatch' || github.event_name == 'workflow_dispatch' ||
( (
github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.conclusion == 'success' &&
github.repository_owner == 'mitchellh' && github.repository_owner == 'ghostty-org' &&
github.ref_name == 'main' github.ref_name == 'main'
) )
}} }}