We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 182e341 commit 0217aefCopy full SHA for 0217aef
.github/workflows/notify.yml
@@ -4,6 +4,7 @@ on:
4
fork:
5
push:
6
release:
7
+ types: published
8
issue_comment:
9
types: created
10
watch:
.github/workflows/release.yml
@@ -28,5 +28,5 @@ jobs:
28
body_path: CHANGELOGS.md
29
files: |
30
${{ github.WORKSPACE }}/TG-FileStreamBot-v${{ env.VERSION }}-main.zip
31
- prerelease: true
+ prerelease: false
32
tag_name: v${{ env.VERSION }}
0 commit comments