Skip to content

Commit

Permalink
Upgrade to explicit keep-core version when publishing on testnet
Browse files Browse the repository at this point in the history
We provide explicit version of the `keep-core` package, because using
`development` tag results in `expected manifest` error - probably caused by bug
in Yarn: yarnpkg/yarn#4731. We don't plan to publish new
`@keep-network/keep-core` anytime soon, so this should be an acceptable
workaround.
  • Loading branch information
codeguru0220 committed Jan 2, 2023
1 parent ec094f9 commit 94c31df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dashboard-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: |
yarn upgrade \
@threshold-network/solidity-contracts \
@keep-network/keep-core \
@keep-network/keep-core@1.8.1-goerli.0 \
@keep-network/keep-ecdsa \
@keep-network/tbtc \
@keep-network/coverage-pools \
Expand Down

0 comments on commit 94c31df

Please sign in to comment.