Skip to content

Commit

Permalink
Export CHAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
aurexav committed Dec 19, 2023
1 parent 83c72fb commit 21b7c6a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,10 @@ jobs:
IS_MAINNET=${{ env.IS_MAINNET }}
IS_TESTNET=${{ env.IS_TESTNET }}
FILTER=${{ env.FILTER }}
CHAIN=${{ matrix.runtime.name }}
export CHAIN=${{ matrix.runtime.name }}
echo $CHAIN
mkdir -p build
Expand Down

0 comments on commit 21b7c6a

Please sign in to comment.