Skip to content

Commit 4e24bb6

Browse files
authored
Update package-update.yml
1 parent 5b2eaca commit 4e24bb6

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
@@ -34,7 +34,7 @@ jobs:
3434
--arg pkg "$PKG" --arg version "$VERSION" \
3535
'.dependencies[$pkg] = $version' \
3636
package.json)"
37-
printf '%s' "$updated" > package.json
37+
printf '%s' "${updated}" > package.json
3838
env:
3939
PKG: ${{ inputs.package }}
4040
VERSION: ${{ steps.view.version }}

0 commit comments

Comments
 (0)