From c57629b95ac67c7cb78f7c87963c0ae693410033 Mon Sep 17 00:00:00 2001 From: Kamil Pyszkowski Date: Thu, 26 Oct 2023 15:48:18 +0200 Subject: [PATCH] Resolve CI/CD issues Repositioned config comment --- .github/workflows/reusable-build-and-publish.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/reusable-build-and-publish.yml b/.github/workflows/reusable-build-and-publish.yml index ff98a8021..0db738dce 100644 --- a/.github/workflows/reusable-build-and-publish.yml +++ b/.github/workflows/reusable-build-and-publish.yml @@ -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: | @@ -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/tbtc-v2.ts@1.4.1-goerli.0 - + # 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.