Skip to content

Commit

Permalink
Fixed the route of the dispatch event (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkelM authored Feb 7, 2024
1 parent ec1c1ba commit 3cc6a72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
route: POST /repos/{owner}/{repo}/dispatches
owner: ${{ github.repository_owner }}
route: POST /repos/{repo}/dispatches
repo: ${{ github.repository }}
event_type: release_created

0 comments on commit 3cc6a72

Please sign in to comment.