We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7610fdd commit b8d1740Copy full SHA for b8d1740
Makefile
@@ -76,7 +76,7 @@ auto-release:
76
grep -q success && \
77
( \
78
echo "The last build has succeeded. Making the release." && \
79
- $(shell $(MAKE) release) \
+ $(MAKE) release \
80
) || \
81
82
echo "The last build has failed. Skipping the release." && \
0 commit comments