Skip to content

Commit 58c9276

Browse files
update
1 parent f947144 commit 58c9276

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/install.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ jobs:
4444
# 获取最新的发布标签
4545
tag=$(curl -sX GET "https://api.github.com/repos/${{ github.repository }}/releases/latest" --header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' | awk '/tag_name/{print $4}' FS='["]')
4646
if [[ ! $tag =~ ^v[0-9]+\.[0-9]+\.[0-9]+(-[a-zA-Z0-9]+)?$ ]]; then
47-
echo "No valid release tag found, using v0.0.0"
48-
tag="v0.0.0"
47+
echo "No valid release tag found, using v0.0.1"
48+
tag="v0.0.1"
4949
fi
5050
tag=$(date "+$tag-%y%m%d-$(git rev-parse --short HEAD)")
5151
fi

assets/interface.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"interface_version": 2,
33
"name": "MaaNTE",
44
"description": "异环小助手,由MAAFramework强力驱动!",
5-
"contact": "QQ群: 123456789",
5+
"contact": "QQ群: 1103323319",
66
"license": "MIT",
77
"welcome": "首次使用!欢迎使用 MAANTE!",
88
"github": "https://github.com/1bananachicken/MaaNTE",

0 commit comments

Comments
 (0)