We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3882c16 commit d4c65a2Copy full SHA for d4c65a2
.github/workflows/release.yml
@@ -28,7 +28,6 @@ jobs:
28
id: check_msg
29
run: |
30
LATEST_COMMIT_MSG=$(git log -1 --pretty=%B | cat)
31
- echo "LATEST_COMMIT_MSG=${LATEST_COMMIT_MSG}" >> $GITHUB_OUTPUT
32
33
if [[ ${LATEST_COMMIT_MSG} == *"[release]"* ]]; then
34
echo "release message found - continuing with the release"
@@ -39,7 +38,7 @@ jobs:
39
38
fi
40
41
echo "IS_RELEASE=${IS_RELEASE}" >> $GITHUB_OUTPUT
42
+ echo "LATEST_COMMIT_MSG=\"${LATEST_COMMIT_MSG}\"" >> $GITHUB_OUTPUT
43
44
release:
45
name: Release
0 commit comments