Skip to content

Commit

Permalink
chore: fix kava_version_filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
sesheffield committed Sep 8, 2024
1 parent 923d505 commit 03378d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd-protonet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# take ebs + zfs snapshots
# download updated binary and genesis
# reset application database state (only done on internal testnet)
reset-chain-to-zero-state:
reset-chain-to-zero-state-v2:
# only start cd pipeline if last ci run was successful
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
uses: ./.github/workflows/cd-reset-internal-testnet.yml
Expand Down
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 .${{KAVA_VERSION_FILEPATH}})" >> $GITHUB_OUTPUT
echo "KAVA_VERSION=$(cat $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 03378d1

Please sign in to comment.