From ad4f6712214a31ddc244bada96514660069886d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michalina=20Ciencia=C5=82a?= Date: Fri, 30 Sep 2022 07:59:41 +0200 Subject: [PATCH] Fix command for upgrade of forked @keep-network-sortition-pools In the `Use Sortition Pool forked contracts` step we wanted to upgrade the sortition-pool contracts to verioned stored on `test-fork` branch. Previously used command did not work correctly. Now it should do what we want. --- .github/workflows/contracts-ecdsa.yml | 2 +- .github/workflows/contracts-random-beacon.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/contracts-ecdsa.yml b/.github/workflows/contracts-ecdsa.yml index 6758353b19..a1de59dd47 100644 --- a/.github/workflows/contracts-ecdsa.yml +++ b/.github/workflows/contracts-ecdsa.yml @@ -226,7 +226,7 @@ jobs: # test environment it should be used temporarily only. - name: Use Sortition Pool forked contracts run: | - yarn upgrade github:keep-network/sortition-pools#test-fork + yarn upgrade @keep-network/sortition-pools@github:keep-network/sortition-pools#test-fork - name: Configure tenderly env: diff --git a/.github/workflows/contracts-random-beacon.yml b/.github/workflows/contracts-random-beacon.yml index 4f0c0518c3..63a9412684 100644 --- a/.github/workflows/contracts-random-beacon.yml +++ b/.github/workflows/contracts-random-beacon.yml @@ -222,7 +222,7 @@ jobs: # test environment it should be used temporarily only. - name: Use Sortition Pool forked contracts run: | - yarn upgrade github:keep-network/sortition-pools#test-fork + yarn upgrade @keep-network/sortition-pools@github:keep-network/sortition-pools#test-fork - name: Configure tenderly env: