Skip to content

Commit 3ef4309

Browse files
committed
chore(release yml): yml fix
1 parent 19d667a commit 3ef4309

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
@@ -84,7 +84,7 @@ jobs:
8484
# $NF is a special variable in awk that means “the last field” of the current line.
8585
# print $NF prints just that last field.
8686
SEMVER_CHANGED=true
87-
echo "semantic-version-change-required=$SEMVER_CHANGED""
87+
echo "semantic-version-change-required=$SEMVER_CHANGED"
8888
echo "version change required true"
8989
echo "semantic-release-version=$SEMVER_VERSION" >> $GITHUB_OUTPUT
9090
echo "semantic-version-change-required=$SEMVER_CHANGED" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)