We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd91e23 commit 8f74b16Copy full SHA for 8f74b16
1 file changed
.github/actions/shared-setup/action.yml
@@ -37,5 +37,5 @@ runs:
37
if [ "${INPUT_TARGET}" = "python" ]; then
38
sed -i "s/^version = .*/version = \"$STRIPPED_VERSION\"/" pyproject.toml
39
elif [ "${INPUT_TARGET}" = "node" ]; then
40
- ./scripts/generate-package-package.json "$STRIPPED_VERSION"
+ ./scripts/generate-package-json.sh "$STRIPPED_VERSION"
41
fi
0 commit comments