Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
onixiya1337 committed Jul 7, 2024
2 parents 194f507 + 8316301 commit 0761d39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
COMMIT=${{ toJSON(github.event.head_commit.message) }}
COMMIT_URL=${{ github.event.head_commit.url }}
SHORT_COMMIT_SHA=${{ steps.short_sha.outputs.sha_short }}
escaped_commit_message=$(echo "${COMMIT}" | sed -z 's/\\n/\\n/g')
escaped_commit_message=$(echo "${COMMIT}" | sed -z 's/\\n/\\n/g' | jq -R .)
VERSION=${{ steps.get_version.outputs.VERSION }}
if [[ $VERSION == *-pre ]]
then
Expand Down

0 comments on commit 0761d39

Please sign in to comment.