From d8d98657d303925a00c6a9d098fbdc2f63c93373 Mon Sep 17 00:00:00 2001 From: "Philip K. Warren" Date: Fri, 8 Sep 2023 15:13:51 -0500 Subject: [PATCH] Release depends on generated proto code (#95) Since the googleapis Status files were removed from source control (and are created using 'make generate'), we need to update the release workflow to run generate prior to releasing code. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a6ddaf89..2282fb6e 100644 --- a/Makefile +++ b/Makefile @@ -110,7 +110,7 @@ lintfix: # Applies the lint changes. ./gradlew $(GRADLE_ARGS) spotlessApply .PHONY: release -release: ## Upload artifacts to Sonatype Nexus. +release: generate ## Upload artifacts to Sonatype Nexus. ./gradlew $(GRADLE_ARGS) --info publish --stacktrace --no-daemon --no-parallel ./gradlew $(GRADLE_ARGS) --info closeAndReleaseRepository