Skip to content

Commit 142b7a2

Browse files
committed
Fix release task order
1 parent 88fa938 commit 142b7a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1982,7 +1982,7 @@ ifeq (true, $(RELEASE_DRY_RUN))
19821982
release: build-all-images release-ghpages
19831983
@echo "release dry-run: would have pushed images"
19841984
else
1985-
release: build-all-images release-ghpages push-release-images
1985+
release: build-all-images push-release-images release-ghpages
19861986
endif
19871987

19881988

0 commit comments

Comments
 (0)