Skip to content

Commit

Permalink
Merge pull request #34 from smartcontractkit/remove-contracts-before-…
Browse files Browse the repository at this point in the history
…copy

Remove existing contracts before copy
  • Loading branch information
thodges-gh authored Jul 30, 2024
2 parents 6e324d8 + 595e010 commit b0591b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/add-and-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
id: get_updated
run: |
yarn upgrade --latest
rm -rf contracts/*
cp -r node_modules/@chainlink/contracts/* contracts/
jq '.dependencies."@chainlink/contracts"' package.json | sed 's/"//g' | sed 's/\^//g' > version.txt
version=$(cat version.txt)
Expand Down

0 comments on commit b0591b8

Please sign in to comment.