Skip to content

Commit 9f9829d

Browse files
ci: set RELEASE_VERSION=v8.5.2 to satisfy PD semver version check
1 parent 3ddbb7e commit 9f9829d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-pd-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
go-version-file: go.mod
2525

2626
- name: Build pd-server
27-
run: make pd-server DASHBOARD=0
27+
run: make pd-server DASHBOARD=0 RELEASE_VERSION=v8.5.2
2828
env:
2929
GOOS: linux
3030
GOARCH: ${{ matrix.goarch }}

0 commit comments

Comments
 (0)