diff --git a/.gitea/workflows/release.yml b/.gitea/workflows/release.yml index 3db0426..c7f272a 100644 --- a/.gitea/workflows/release.yml +++ b/.gitea/workflows/release.yml @@ -34,7 +34,7 @@ jobs: - name: notification uses: actions/telegram-action@main - if: always() + if: steps.check.outputs.update_available == 1 with: chat_id: ${{ secrets.TG_CHAT_ID }} token: ${{ secrets.TG_TOKEN }} \ No newline at end of file