Răsfoiți Sursa

ci: remove conditional check for Telegram notification

TheWildJames 8 luni în urmă
părinte
comite
30bde40cf6
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      .github/workflows/main.yml

+ 0 - 1
.github/workflows/main.yml

@@ -345,7 +345,6 @@ jobs:
         done
           
     - name: Send Telegram Notification
-      if: inputs.release_type != 'Actions'
       run: |
         RELEASE_TYPE_TEXT=""
         if [ "${{ inputs.release_type }}" == "Pre-Release" ]; then