File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments