Skip to content

Commit

Permalink
Fixed body parameter in the release workflow (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkelM authored Feb 7, 2024
1 parent 194074a commit ec1c1ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ jobs:
route: POST /repos/{owner}/{repo}/dispatches
owner: ${{ github.repository_owner }}
repo: ${{ github.repository }}
body: '{"event_type": "release_created"}'
event_type: release_created

0 comments on commit ec1c1ba

Please sign in to comment.