Skip to content

Commit

Permalink
Resolve CI/CD issues
Browse files Browse the repository at this point in the history
Repositioned config comment
  • Loading branch information
kpyszkowski committed Oct 26, 2023
1 parent 545a5c3 commit c57629b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/reusable-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ jobs:
# 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 contracts
shell: bash
run: |
Expand All @@ -152,9 +151,8 @@ jobs:
@keep-network/ecdsa@${{ steps.set-packages-versions.outputs.ecdsa-contracts-version }} \
@keep-network/random-beacon@${{ steps.set-packages-versions.outputs.random-beacon-contracts-version }} \
@keep-network/tbtc-v2@${{ steps.set-packages-versions.outputs.tbtc-v2-contracts-version }} \
# TODO: Revert this line when SDK 2.0.0 migration is completed.
@keep-network/[email protected]

# TODO: ⬆️⬆️⬆️ Revert this line when SDK 2.0.0 migration is completed.
- name: Run postinstall script
shell: bash
# `yarn upgrade` doesn't trigger the `postinstall` script.
Expand Down

0 comments on commit c57629b

Please sign in to comment.