Skip to content

Commit

Permalink
update event type
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoisaiah committed Nov 25, 2023
1 parent 1868f80 commit db2344d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/darwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
on:
workflow_dispatch:
repository_dispatch:
types: [darwin-build]
types: [release-focus]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,5 @@ jobs:
- name: Trigger Darwin build
uses: peter-evans/repository-dispatch@v2
with:
event-type: darwin-build
event-type: release-focus
client-payload: '{"ref": "${{ github.ref_name }}" }'

0 comments on commit db2344d

Please sign in to comment.