From ffd0ab76a7c1006925801e13970a3779c64b1400 Mon Sep 17 00:00:00 2001 From: dristpunk <107591874+dristpunk@users.noreply.github.com> Date: Wed, 22 Nov 2023 12:29:28 +0500 Subject: [PATCH] fix: update .github/workflows/ci.yml Co-authored-by: Gas <86567384+gas1cent@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1bab1655..d0f8a387 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: - name: Precompile using 0.8.14 and via-ir=false run: yarn build - - name: 'Create env file' + - name: Create env file run: | touch .env echo MAINNET_RPC="${{ secrets.MAINNET_RPC }}" >> .env