Skip to content

Commit b8d1740

Browse files
committed
Fix the release automation
1 parent 7610fdd commit b8d1740

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
@@ -76,7 +76,7 @@ auto-release:
7676
grep -q success && \
7777
( \
7878
echo "The last build has succeeded. Making the release." && \
79-
$(shell $(MAKE) release) \
79+
$(MAKE) release \
8080
) || \
8181
( \
8282
echo "The last build has failed. Skipping the release." && \

0 commit comments

Comments
 (0)