File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 tag_name : ${{ github.ref }}
5555 release_name : ${{ github.ref }}
5656 body : |
57- [Changelog](https://github.com/Tyrrrz /YoutubeDownloader/blob/master/Changelog.md)
57+ [Changelog](https://github.com/sakshiagrwal /YoutubeDownloader/blob/master/Changelog.md)
5858 draft : false
5959 prerelease : false
6060
6767 asset_name : YoutubeDownloader.zip
6868 asset_path : YoutubeDownloader.zip
6969 asset_content_type : application/zip
70-
71- notify :
72- needs : deploy
73- runs-on : ubuntu-latest
74-
75- steps :
76- - name : Get release version
77- id : get_version
78- uses : dawidd6/action-get-tag@v1
79-
80- - name : Notify Discord
81- uses : satak/webrequest-action@v1.2.4
82- with :
83- url : ${{ secrets.DISCORD_WEBHOOK }}
84- method : POST
85- headers : |
86- {
87- "ContentType": "application/json; charset=UTF-8"
88- }
89- payload : |
90- {
91- "content": "**YoutubeDownloader** new version released!\nVersion: `${{ steps.get_version.outputs.tag }}`\nChangelog: <https://github.com/Tyrrrz/YoutubeDownloader/blob/${{ steps.get_version.outputs.tag }}/Changelog.md>"
92- }
Original file line number Diff line number Diff line change 1- ### v1.9.6 (06-Dec-2022 )
1+ ### v1.9.6 (07-Jan-2023 )
22
33- Fixed various YouTube-related issues. Updated to YoutubeExplode v6.2.5.
4+ - Remove ShowWarInUkraineMessageAsync method to prevent message from showing repeatedly on app start.
45
56### v1.9.5 (05-Nov-2022)
67
You can’t perform that action at this time.
0 commit comments