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
`goerli` 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
acceptable workaround.
  • Loading branch information
michalinacienciala committed Jul 26, 2022
1 parent c1d7044 commit c18080b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dashboard-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,14 @@ jobs:
- name: Configure git to don't use unauthenticated protocol
run: git config --global url."https://".insteadOf git://

# We provide explicit version of the `keep-core` package, because using
# `goerli` tag results in `expected manifest` error - probably caused by
# bug in Yarn: https://github.com/yarnpkg/yarn/issues/4731.
- name: Resolve latest goerli contracts
run: |
yarn upgrade \
@threshold-network/solidity-contracts@goerli \
@keep-network/keep-core@goerli \
@keep-network/keep-core@1.8.1-goerli.0 \
@keep-network/keep-ecdsa@goerli \
@keep-network/tbtc@goerli \
@keep-network/coverage-pools@goerli
Expand Down

0 comments on commit c18080b

Please sign in to comment.