[build] Use workflow_dispatch for release

This commit is contained in:
pukkandan
2021-11-29 22:35:23 +05:30
parent 13ab5fa586
commit 75b725a7cc
5 changed files with 36 additions and 21 deletions

View File

@@ -7,10 +7,8 @@
* Update Changelog.md and CONTRIBUTORS
* Change "Merged with ytdl" version in Readme.md if needed
* Add new/fixed extractors in "new features" section of Readme.md
* Commit as `Release <version>`
* Push to origin/release using `git push origin master:release`
build task will now run
* Commit as `Release <version>` and push to master
* Dispatch the workflow https://github.com/yt-dlp/yt-dlp/actions/workflows/build.yml on master
-->