Skip to content

Commit fca0978

Browse files
committed
fix: correct pass through VERSION
1 parent 94e662b commit fca0978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
then
3232
VERSION=$(semantic-release version --print)
3333
echo "RELEASE_VERSION=$VERSION" >> $GITHUB_ENV
34-
echo "Releasing new version. Version:" $RELEASE_VERSION"
34+
echo "Releasing new version. Version: $RELEASE_VERSION"
3535
else
3636
echo "Skipping release steps."
3737
fi

0 commit comments

Comments
 (0)