Skip to content

Commit

Permalink
fix: fixed NOVA_CONFIG_VERSION var name
Browse files Browse the repository at this point in the history
  • Loading branch information
pgolovkin committed Sep 18, 2023
1 parent 5e2b7fe commit 35e3151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-chains-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: run
args: --release -- update-chain-config --env ${{ github.event.inputs.environment }} --version ${{ env.$NOVA_CONFIG_VERSION }}
args: --release -- update-chain-config --env ${{ github.event.inputs.environment }} --version ${{ env.NOVA_CONFIG_VERSION }}

- name: 🗓️Get current date
id: date
Expand Down

0 comments on commit 35e3151

Please sign in to comment.