Skip to content

Commit

Permalink
Add missing package.json for envresolve (#1031)
Browse files Browse the repository at this point in the history
* Add missing package.json for envresolve

* Update release-tools.yml
  • Loading branch information
lukaszcl committed Jul 17, 2024
1 parent 9d88f6d commit 213de0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ jobs:
matrix:
tool:
[
tools/envresolve,
tools/gotestloghelper,
tools/testlistgenerator,
tools/ecrimagefetcher,
Expand Down
5 changes: 5 additions & 0 deletions tools/envresolve/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "envresolve",
"description": "Resolve environment variables in a string. Example envresolve '{{ env.CHAINLINK_IMAGE }}'",
"version": "1.0.0"
}

0 comments on commit 213de0e

Please sign in to comment.