Skip to content

Commit 751786e

Browse files
authored
Merge pull request #62 from mischov/fix/rustler-nif-version
Add RUSTLER_NIF_VERSION to release workflow
2 parents 56f17f3 + 1c15701 commit 751786e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

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

3232
runs-on: ${{ matrix.job.os }}
3333

34+
env:
35+
RUSTLER_NIF_VERSION: ${{ matrix.nif }}
36+
3437
steps:
3538
- name: Checkout source code
3639
uses: actions/checkout@v3

0 commit comments

Comments
 (0)