Update workflow

This commit is contained in:
EstrellaXD
2023-05-05 12:18:07 +08:00
parent d80e20d18b
commit d121ba93a9
3 changed files with 14 additions and 18 deletions

View File

@@ -74,3 +74,16 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha, scope=${{ github.workflow }}
cache-to: type=gha, scope=${{ github.workflow }}
telegram:
runs-on: ubuntu-latest
needs: [build]
steps:
- name: send telegram message on push
uses: appleboy/telegram-action@master
with:
to: ${{ secrets.TELEGRAM_TO }}
token: ${{ secrets.TELEGRAM_TOKEN }}
message: |
New release: ${{ github.event.release.title }}
Link: ${{ github.event.release.html_url }}