mirror of
https://github.com/pompurin404/mihomo-party.git
synced 2024-11-16 03:32:17 +08:00
1.3.4
This commit is contained in:
parent
807e9b6557
commit
e35be65f54
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
@ -229,10 +229,10 @@ jobs:
|
|||
run: npm install -g pnpm
|
||||
- name: Build Latest
|
||||
run: pnpm install && pnpm updater
|
||||
- name: Telegram Notification
|
||||
env:
|
||||
TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
||||
run: pnpm telegram
|
||||
# - name: Telegram Notification
|
||||
# env:
|
||||
# TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
||||
# run: pnpm telegram
|
||||
- name: Publish Release
|
||||
uses: softprops/action-gh-release@v2
|
||||
with:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mihomo-party",
|
||||
"version": "1.3.3",
|
||||
"version": "1.3.4",
|
||||
"description": "Mihomo Party",
|
||||
"main": "./out/main/index.js",
|
||||
"author": "mihomo-party",
|
||||
|
|
|
@ -15,7 +15,7 @@ for (const line of changelog.split('\n')) {
|
|||
}
|
||||
}
|
||||
axios.post(`https://api.telegram.org/bot${process.env.TELEGRAM_BOT_TOKEN}/sendMessage`, {
|
||||
chat_id: '@mihomo_party_channel',
|
||||
chat_id: 2349280849,
|
||||
text: content,
|
||||
link_preview_options: {
|
||||
is_disabled: false,
|
||||
|
|
Loading…
Reference in New Issue
Block a user