mirror of
https://github.com/pompurin404/mihomo-party.git
synced 2024-11-16 03:32:17 +08:00
fix notification
This commit is contained in:
parent
b446d2d1ac
commit
3d7b3c703a
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -229,12 +229,14 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- name: Setup pnpm
|
||||
run: npm install -g pnpm
|
||||
- name: Build Latest
|
||||
run: pnpm install && pnpm updater
|
||||
- name: Install Dependencies
|
||||
run: pnpm install
|
||||
- name: Telegram Notification
|
||||
env:
|
||||
TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
||||
run: pnpm telegram
|
||||
- name: Generate latest.yml
|
||||
run: pnpm updater
|
||||
- name: Publish Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue
Block a user