We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc77864 commit f8d2f20Copy full SHA for f8d2f20
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Update VERSION file with '${GITHUB_REF:10}'
24
run: echo -n "${GITHUB_REF:11}" > VERSION
25
26
- - uses: erlef/setup-beam@v2
+ - uses: erlef/setup-beam@v1
27
with:
28
otp-version: ${{ matrix.otp }}
29
elixir-version: ${{ matrix.elixir }}
0 commit comments