feat: publish package
This commit is contained in:
parent
4ef0a2da9c
commit
55a2649c5e
3 changed files with 95 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue