We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d463712 + e3abd03 commit ce8d632Copy full SHA for ce8d632
1 file changed
Makefile
@@ -223,7 +223,7 @@ release: $(BINARIES)
223
@install $(BINARIES) releases/$(RELEASE)/bin
224
@cd releases/$(RELEASE) && tar -czf ../$(RELEASE).tar.gz *
225
@cd releases && sha256sum $(RELEASE).tar.gz >$(RELEASE).tar.gz.sha256sum
226
- @VERSION=$(VERSION) script/release/release-cri
+ @VERSION=$(VERSION:v%=%) script/release/release-cri
227
228
clean: ## clean up binaries
229
@echo "$(WHALE) $@"
0 commit comments