Skip to content

Commit e3abd03

Browse files
committed
Fix CRI release build.
Signed-off-by: Lantao Liu <[email protected]>
1 parent d463712 commit e3abd03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ release: $(BINARIES)
223223
@install $(BINARIES) releases/$(RELEASE)/bin
224224
@cd releases/$(RELEASE) && tar -czf ../$(RELEASE).tar.gz *
225225
@cd releases && sha256sum $(RELEASE).tar.gz >$(RELEASE).tar.gz.sha256sum
226-
@VERSION=$(VERSION) script/release/release-cri
226+
@VERSION=$(VERSION:v%=%) script/release/release-cri
227227

228228
clean: ## clean up binaries
229229
@echo "$(WHALE) $@"

0 commit comments

Comments
 (0)