2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 16:10:59 +08:00

feat: bump v2.2.2

This commit is contained in:
耗子
2024-05-23 23:14:59 +08:00
parent 07dfcd778c
commit 367348e688
2 changed files with 4 additions and 2 deletions

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

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),
})
}