Skip to content

Commit

Permalink
[release] [minor] fixed check commit step (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
SockworkOrange authored Jul 2, 2024
1 parent 3882c16 commit d4c65a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ jobs:
id: check_msg
run: |
LATEST_COMMIT_MSG=$(git log -1 --pretty=%B | cat)
echo "LATEST_COMMIT_MSG=${LATEST_COMMIT_MSG}" >> $GITHUB_OUTPUT
if [[ ${LATEST_COMMIT_MSG} == *"[release]"* ]]; then
echo "release message found - continuing with the release"
Expand All @@ -39,7 +38,7 @@ jobs:
fi
echo "IS_RELEASE=${IS_RELEASE}" >> $GITHUB_OUTPUT
echo "LATEST_COMMIT_MSG=${LATEST_COMMIT_MSG}" >> $GITHUB_OUTPUT
echo "LATEST_COMMIT_MSG=\"${LATEST_COMMIT_MSG}\"" >> $GITHUB_OUTPUT
release:
name: Release
Expand Down

0 comments on commit d4c65a2

Please sign in to comment.