Compare commits

..

1 Commits

Author SHA1 Message Date
耗子 367348e688 feat: bump v2.2.2 2024-05-23 23:14:59 +08:00
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -78,7 +78,7 @@ release:
- build
- fetch
image:
name: goreleaser/goreleaser:nightly
name: goreleaser/goreleaser
entrypoint: [ '' ]
only:
- tags
@@ -87,4 +87,6 @@ release:
# generate a changelog.
GIT_DEPTH: 0
script:
- sed -i 's/dl-cdn.alpinelinux.org/mirror.sjtu.edu.cn/g' /etc/apk/repositories
- apk add --no-cache upx
- goreleaser release --clean
+1 -1
View File
@@ -8,7 +8,7 @@ func init() {
config := facades.Config()
config.Add("panel", map[string]any{
"name": "耗子 Linux 面板",
"version": "v2.2.1",
"version": "v2.2.2",
"ssl": config.Env("APP_SSL", false),
})
}