Skip to content

Commit 2906a18

Browse files
committed
Use ref_name instead of ref
1 parent 5c8d7a6 commit 2906a18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/erl_interface.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: ./.github/actions/erl_interface_build
1313
with:
14-
otp_version: ${{ github.ref }}
14+
otp_version: ${{ github.ref_name }}
1515
xcomp_conf: xcomp/erl-xcomp-arm64-ios.conf
1616
name: universal-libei-ios
1717

@@ -26,7 +26,7 @@ jobs:
2626
- name: Build
2727
uses: ./.github/actions/erl_interface_build
2828
with:
29-
otp_version: ${{ github.ref }}
29+
otp_version: ${{ github.ref_name }}
3030
xcomp_conf: xcomp/erl-xcomp-${{ matrix.arch }}-iossimulator.conf
3131
name: libei-iossimulator-${{ matrix.arch }}
3232
ios_simulator:

0 commit comments

Comments
 (0)