Skip to content

Commit

Permalink
Use current version for build
Browse files Browse the repository at this point in the history
  • Loading branch information
v0idpwn committed Mar 4, 2024
1 parent 6779f18 commit 59c5032
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/code-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ on:
type: string
required: false
default: ""
elixir-version:
elixir-version:
type: string
required: false
default: "1.14.3" # Define the elixir version
otp-version:
type: string
required: false
default: "25.1" # Define the OTP version
mix-env:
mix-env:
type: string
required: false
default: test
Expand All @@ -31,7 +31,7 @@ env:
jobs:
build:
name: Build
uses: coingaming/.github/.github/workflows/build.yml@v1.1.0
uses: ./.github/workflows/build.yml
secrets: inherit
with:
mix-env: ${{ inputs.mix-env }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dialyzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ on:
type: string
required: false
default: ""
elixir-version:
elixir-version:
type: string
required: false
default: "1.14.3" # Define the elixir version
otp-version:
type: string
required: false
default: "25.1" # Define the OTP version
mix-env:
mix-env:
type: string
required: false
default: test
Expand All @@ -32,7 +32,7 @@ env:
jobs:
build:
name: Build
uses: coingaming/.github/.github/workflows/[email protected]
uses: ./.github/workflows/[email protected]
secrets: inherit
with:
mix-env: ${{ inputs.mix-env }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release-hex-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ on:
type: string
required: false
default: ""
elixir-version:
elixir-version:
type: string
required: false
default: "1.14.3" # Define the elixir version
otp-version:
default: "1.14.3" # Define the elixir version
otp-version:
type: string
required: false
default: "25.1" # Define the OTP version
mix-env:
mix-env:
type: string
required: false
default: test
Expand All @@ -35,7 +35,7 @@ env:
jobs:
build:
name: Build
uses: coingaming/.github/.github/workflows/build.yml@v1.1.1
uses: ./.github/workflows/build.yml
secrets: inherit
with:
ref: ${{ inputs.version }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release-hex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ on:
type: string
required: false
default: ""
elixir-version:
elixir-version:
type: string
required: false
default: "1.14.3" # Define the elixir version
otp-version:
default: "1.14.3" # Define the elixir version
otp-version:
type: string
required: false
default: "25.1" # Define the OTP version
mix-env:
mix-env:
type: string
required: false
default: test
Expand All @@ -32,7 +32,7 @@ env:
jobs:
build:
name: Build
uses: coingaming/.github/.github/workflows/build.yml@v1.1.0
uses: ./.github/workflows/build.yml
secrets: inherit
with:
mix-env: ${{ inputs.mix-env }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ on:
type: string
required: false
default: ""
elixir-version:
elixir-version:
type: string
required: false
default: "1.14.3" # Define the elixir version
otp-version:
type: string
required: false
default: "25.1" # Define the OTP version
mix-env:
mix-env:
type: string
required: false
default: test
Expand All @@ -32,7 +32,7 @@ env:
jobs:
build:
name: Build
uses: coingaming/.github/.github/workflows/build.yml@v1.1.0
uses: ./.github/workflows/build.yml
secrets: inherit
with:
mix-env: ${{ inputs.mix-env }}
Expand Down

0 comments on commit 59c5032

Please sign in to comment.