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