Skip to content

Commit

Permalink
Release depends on generated proto code (#95)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pkwarren committed Sep 8, 2023
1 parent 13c032d commit d8d9865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d8d9865

Please sign in to comment.