Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(publish): allow publishing through repository dispatch
curl -X POST https://api.github.com/repos/roerohan/react-vnc/dispatches \ -H "accept: application/vnd.github.v3+json" \ -H "Authorization: token TOKEN" \ -d '{"event_type": "prod-release"}'
- Loading branch information