There was an error while loading. Please reload this page.
1 parent ef3f92b commit ed6a9b6Copy full SHA for ed6a9b6
1 file changed
Makefile
@@ -167,6 +167,8 @@ publish: $(REBAR3) docs
167
$(CURL) -qfsSL -o $@ https://github.com/erlang/rebar3/releases/download/3.23.0/rebar3 && $(CHMOD) +x $@
168
./rebar3.OTP27:
169
170
+./rebar3.OTP28:
171
+ $(CURL) -qfsSL -o $@ https://github.com/erlang/rebar3/releases/download/3.25.0/rebar3 && $(CHMOD) +x $@
172
173
.PHONY: docker
174
docker:
0 commit comments