From 4ad76a9d3f1f831324bf8623e4c767c25ea6beff Mon Sep 17 00:00:00 2001 From: Ryan Lamb <4955475+kinyoklion@users.noreply.github.com> Date: Tue, 8 Aug 2023 14:42:45 -0700 Subject: [PATCH] Include rebar3. --- .github/workflows/manual-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/manual-publish.yml b/.github/workflows/manual-publish.yml index 3503529..c00ec53 100644 --- a/.github/workflows/manual-publish.yml +++ b/.github/workflows/manual-publish.yml @@ -23,6 +23,7 @@ jobs: with: version-type: loose otp-version: 25.x + rebar3-version: 3.18.0 - uses: actions/checkout@v3 - id: build-and-test # Build using the same steps from CI.