fix notification

This commit is contained in:
pompurin404 2024-10-12 21:03:18 +08:00
parent b446d2d1ac
commit 3d7b3c703a
No known key found for this signature in database

View File

@ -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: