Skip to content

Commit c9f33ca

Browse files
Use tag when resolving keep-core contracts
We tag the latest `@keep-network/keep-core` package containing contracts migrated on some environment with tag that is a name of that environment. We can use that tag instead of the explicit version when resolving contracts of dependant projects.
1 parent 5fbb781 commit c9f33ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/contracts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
run: yarn install --frozen-lockfile
115115

116116
- name: Resolve latest contracts
117-
run: yarn upgrade @keep-network/keep-core@1.8.1-goerli.0
117+
run: yarn upgrade @keep-network/keep-core@${{ github.event.inputs.environment }}
118118

119119
- name: Configure tenderly
120120
env:

0 commit comments

Comments
 (0)