Skip to content

Commit

Permalink
Remove obsolete actions
Browse files Browse the repository at this point in the history
In commit 29853e3 we've removed
`@keep-network/ecdsa` dependency, we no longer need to set the version of the
corresponding package.
  • Loading branch information
michalinacienciala committed Nov 22, 2023
1 parent 0acc7c1 commit d11e9df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/reusable-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ jobs:
query: |
threshold-contracts-version = github.com/threshold-network/solidity-contracts#version
random-beacon-contracts-version = github.com/keep-network/keep-core/random-beacon#version
ecdsa-contracts-version = github.com/keep-network/keep-core/ecdsa#version
tbtc-v2-contracts-version = github.com/keep-network/tbtc-v2#version
tbtc-v2-ts-version = github.com/keep-network/tbtc-v2.ts#version
Expand Down Expand Up @@ -160,7 +159,8 @@ jobs:
@keep-network/tbtc@${{ inputs.environment }} \
@keep-network/[email protected] \
@threshold-network/coverage-pools@npm:@keep-network/coverage-pools@${{ inputs.environment }} \
@keep-network/random-beacon@${{ steps.set-packages-versions.outputs.random-beacon-contracts-version }} \
@keep-network/random-beacon@${{ steps.set-packages-versions.outputs.random-beacon-contracts-version }}
- name: Run postinstall script
shell: bash
# `yarn upgrade` doesn't trigger the `postinstall` script.
Expand Down

0 comments on commit d11e9df

Please sign in to comment.