wechat-windows-versions/.github/workflows/notify.yml
tom-snow 74d526d839
Update notify.yml
fix not run when released
2022-02-05 13:31:00 +08:00

19 lines
386 B
YAML

name: Wechat Release Notify
on:
release:
types: [released]
jobs:
notify_to_tg:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Check new version and push
env:
GHTOKEN: ${{ secrets.GHTOKEN }}
BOTTOKEN: ${{ secrets.BOTTOKEN }}
CHATIDS: ${{ secrets.CHATIDS }}
run: bash -x ./scripts/notify.sh