Skip to content

Commit

Permalink
fix: use kava_version_filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
sesheffield committed Sep 23, 2024
1 parent 92282e7 commit cf12137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-seed-chain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: get desired version of network
id: kava-version
run: |
echo "KAVA_VERSION=$(cat ./ci/env/kava-internal-testnet/KAVA.VERSION)" >> $GITHUB_OUTPUT
echo "KAVA_VERSION=$(cat ${{ inputs.kava_version_filepath }})" >> $GITHUB_OUTPUT
env:
KAVA_VERSION_FILEPATH: ${{ inputs.kava_version_filepath }}
- name: checkout version of kava used by network
Expand Down

0 comments on commit cf12137

Please sign in to comment.