diff --git a/dist/.github/workflows/test.yml b/dist/.github/workflows/test.yml index 7c5102c2..fc9e2bb7 100644 --- a/dist/.github/workflows/test.yml +++ b/dist/.github/workflows/test.yml @@ -39,7 +39,7 @@ jobs: elixir-version: '1.11.0-rc.0' steps: - uses: actions/checkout@v2 - - name: Use actions/setup-elixir + - name: Use erlef/setup-elixir id: setup-elixir uses: ./ with: diff --git a/dist/index.js b/dist/index.js index 90404287..11c6d95a 100644 --- a/dist/index.js +++ b/dist/index.js @@ -2961,9 +2961,7 @@ async function installOTP(version, osVersion) { return } - throw new Error( - '@erlef/setup-elixir only supports Ubuntu Linux at this time' - ) + throw new Error('@erlef/setup-elixir only supports Ubuntu Linux at this time') } diff --git a/package-lock.json b/package-lock.json index a5605765..094e2b7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "setup-elixir", - "version": "1.4.1", + "version": "1.6.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index c4071d52..c13bba26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "setup-elixir", - "version": "1.4.1", + "version": "1.6.0", "license": "MIT", "private": true, "scripts": { diff --git a/src/installer.js b/src/installer.js index e7022a19..79c8c436 100644 --- a/src/installer.js +++ b/src/installer.js @@ -28,7 +28,5 @@ async function installOTP(version, osVersion) { return } - throw new Error( - '@erlef/setup-elixir only supports Ubuntu Linux at this time' - ) + throw new Error('@erlef/setup-elixir only supports Ubuntu Linux at this time') }