mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-27 05:00:30 +08:00
1.3.4
This commit is contained in:
parent
571992106d
commit
15b219a773
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -229,10 +229,10 @@ jobs:
|
|||||||
run: npm install -g pnpm
|
run: npm install -g pnpm
|
||||||
- name: Build Latest
|
- name: Build Latest
|
||||||
run: pnpm install && pnpm updater
|
run: pnpm install && pnpm updater
|
||||||
- name: Telegram Notification
|
# - name: Telegram Notification
|
||||||
env:
|
# env:
|
||||||
TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
# TELEGRAM_BOT_TOKEN: ${{ secrets.TELEGRAM_BOT_TOKEN }}
|
||||||
run: pnpm telegram
|
# run: pnpm telegram
|
||||||
- name: Publish Release
|
- name: Publish Release
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "mihomo-party",
|
"name": "mihomo-party",
|
||||||
"version": "1.3.3",
|
"version": "1.3.4",
|
||||||
"description": "Mihomo Party",
|
"description": "Mihomo Party",
|
||||||
"main": "./out/main/index.js",
|
"main": "./out/main/index.js",
|
||||||
"author": "mihomo-party",
|
"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`, {
|
axios.post(`https://api.telegram.org/bot${process.env.TELEGRAM_BOT_TOKEN}/sendMessage`, {
|
||||||
chat_id: '@mihomo_party_channel',
|
chat_id: 2349280849,
|
||||||
text: content,
|
text: content,
|
||||||
link_preview_options: {
|
link_preview_options: {
|
||||||
is_disabled: false,
|
is_disabled: false,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user