feat: publish package

This commit is contained in:
Leandro Costa 2025-06-27 12:14:10 -03:00
parent 4ef0a2da9c
commit 55a2649c5e
3 changed files with 95 additions and 1 deletions

View file

@ -5,6 +5,7 @@ inputs:
package_json_path:
description: Path to package.json file
default: package.json
required: false
outputs:
version_changed:
description: "Whether the version changed"
@ -42,3 +43,4 @@ runs:
fi
echo "package_version=$NEW_VERSION" >> "$GITHUB_OUTPUT"
echo "PACKAGE_VERSION=$NEW_VERSION" >> "$GITHUB_ENV"