Skip to content

Commit 8f74b16

Browse files
authored
Fix path to script to generate package json in shared action (#135)
1 parent cd91e23 commit 8f74b16

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/shared-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,5 @@ runs:
3737
if [ "${INPUT_TARGET}" = "python" ]; then
3838
sed -i "s/^version = .*/version = \"$STRIPPED_VERSION\"/" pyproject.toml
3939
elif [ "${INPUT_TARGET}" = "node" ]; then
40-
./scripts/generate-package-package.json "$STRIPPED_VERSION"
40+
./scripts/generate-package-json.sh "$STRIPPED_VERSION"
4141
fi

0 commit comments

Comments
 (0)