Skip to content

Commit cc0a591

Browse files
committed
Use default versions for non-ci case.
1 parent 9f4243f commit cc0a591

File tree

4 files changed

+2
-11
lines changed

4 files changed

+2
-11
lines changed

.github/actions/install-erlang/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ description: 'Installs a specific version of Erlang OTP and rebar3'
33
inputs:
44
otp_version:
55
description: 'The OTP version to install'
6-
required: true
6+
required: false
77
default: '25.3.2.19'
88
rebar_version:
99
description: 'The rebar3 version to install'
10-
required: true
10+
required: false
1111
default: '174fd9070195443d693d444ecd1f2b7aa91661fe' # 3.18.0
1212
runs:
1313
using: "composite"

.github/workflows/manual-publish-docs.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ jobs:
1414

1515
- name: Install Erlang and rebar3
1616
uses: ./.github/actions/install-erlang
17-
with:
18-
otp_version: '27.3.2'
19-
rebar_version: '174fd9070195443d693d444ecd1f2b7aa91661fe' # 3.18.0
2017

2118
- id: build
2219
name: Build Documentation

.github/workflows/manual-publish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ jobs:
1919

2020
- name: Install Erlang and rebar3
2121
uses: ./.github/actions/install-erlang
22-
with:
23-
otp_version: '25.3.2.19'
24-
rebar_version: '174fd9070195443d693d444ecd1f2b7aa91661fe' # 3.18.0
2522

2623
- id: build-and-test
2724
# Build using the same steps from CI.

.github/workflows/release-please.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ jobs:
2929
- name: Install Erlang and rebar3
3030
if: ${{ steps.release.outputs.releases_created }}
3131
uses: ./.github/actions/install-erlang
32-
with:
33-
otp_version: '25.3.2.19'
34-
rebar_version: '3.18.0'
3532

3633
- uses: ./.github/actions/configure-rebar
3734
with:

0 commit comments

Comments
 (0)