Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
test
  • Loading branch information
yaojin3616 committed Mar 8, 2024
1 parent 2e55b8b commit 282f653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Process git message
id: process_message
run: |
value=$(echo "${{ github.event.head_commit.message }}" | sed -e ':a' -e 'N' -e '$!ba' -e 's/\r\n/\\n/g')
value=$(echo "${{ github.event.head_commit.message }}" | sed -e ':a' -e 'N' -e '$!ba' -e 's/\n//g')
echo "message=${value}" >> $GITHUB_ENV
shell: bash

Expand Down

0 comments on commit 282f653

Please sign in to comment.