perf(ci): generate version only

This commit is contained in:
Jacky 2025-05-03 07:41:27 +08:00
parent 6de8e44cd6
commit 85a4644838
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D

View file

@ -187,7 +187,7 @@ jobs:
env:
GOOS: linux
GOARCH: amd64
run: go generate
run: go generate cmd/version/generate.go
- name: Install musl cross compiler
if: env.GOOS == 'linux'