Skip to content

Commit bf00d50

Browse files
committed
Create Release
Signed-off-by: Sakshi Aggarwal <81718060+sakshiagrwal@users.noreply.github.com>
1 parent e62c4f9 commit bf00d50

2 files changed

Lines changed: 3 additions & 25 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
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

@@ -67,26 +67,3 @@ jobs:
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-
}

Changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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

0 commit comments

Comments
 (0)