Skip to content

Commit

Permalink
fix jq statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ezynda3 committed Dec 17, 2024
1 parent 1806844 commit 7e66cb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/types.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ jobs:
run: |
cd lifi-contract-types
TMP=$(mktemp)
jq '.version="${NEW_VERSION}"' package.json > "$TMP" && mv "$TMP" package.json
jq --arg version "$NEW_VERSION" '.version=$version' package.json > "$TMP" && mv "$TMP" package.json
git config user.name github-actions
git config user.email [email protected]
echo "Updating version from $LATEST_TAG to $NEW_VERSION"
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ test/logs
script/config.sh
script/playground.sh
test/solidity/TestPlayground.t.sol
.aider*

0 comments on commit 7e66cb4

Please sign in to comment.