We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19d667a commit 3ef4309Copy full SHA for 3ef4309
.github/workflows/release.yml
@@ -84,7 +84,7 @@ jobs:
84
# $NF is a special variable in awk that means “the last field” of the current line.
85
# print $NF prints just that last field.
86
SEMVER_CHANGED=true
87
- echo "semantic-version-change-required=$SEMVER_CHANGED""
+ echo "semantic-version-change-required=$SEMVER_CHANGED"
88
echo "version change required true"
89
echo "semantic-release-version=$SEMVER_VERSION" >> $GITHUB_OUTPUT
90
echo "semantic-version-change-required=$SEMVER_CHANGED" >> $GITHUB_OUTPUT
0 commit comments