Skip to content

Commit ce8d632

Browse files
authored
Merge pull request #3634 from Random-Liu/fix-cri-release
Fix CRI release build.
2 parents d463712 + e3abd03 commit ce8d632

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)