test update output.

This commit is contained in:
2023-04-13 03:13:28 -07:00
parent 58ffbbfc70
commit c56ce09a6a
3 changed files with 4 additions and 4 deletions

View File

@@ -21,5 +21,5 @@ runs:
VERSION=$(grep -w $VERSION_KEY $VERSION_FILE_PATH | cut -d ':' -f2 | xargs)
echo "::set-output name=projectVersion::$VERSION"
echo "projectVersion=$VERSION" >> "$GITHUB_OUTPUT"
shell: bash