Skip to content

Commit 5b2eaca

Browse files
authored
Update package-update.yml
1 parent 519286b commit 5b2eaca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
updated="(jq --indent 2 \
3434
--arg pkg "$PKG" --arg version "$VERSION" \
3535
'.dependencies[$pkg] = $version' \
36-
< package.json)"
36+
package.json)"
3737
printf '%s' "$updated" > package.json
3838
env:
3939
PKG: ${{ inputs.package }}

0 commit comments

Comments
 (0)