Skip to content

Commit 93181ce

Browse files
committed
Actions
1 parent f285056 commit 93181ce

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/notify.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
name: Send notification to Telegram
22
on:
33
release:
4-
types: [ published ]
4+
types: [ released ]
55

66
jobs:
77
notify:
8-
if: ${{ !github.event.release.prerelease && !github.event.release.draft }}
9-
108
runs-on: ubuntu-latest
119

1210
steps:

0 commit comments

Comments
 (0)