Skip to content

Commit

Permalink
fix echo
Browse files Browse the repository at this point in the history
forgot how to print
  • Loading branch information
nmanu1 committed Oct 27, 2023
1 parent d08d024 commit 4a7c279
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 @@ -14,4 +14,4 @@ jobs:
run: |
COMMIT_MSG="${{ github.event.head_commit.message }}"
COMMIT_TITLE="${COMMIT_MSG%%$'\n'*}"
echo COMMIT_TITLE
echo "${COMMIT_TITLE}"

0 comments on commit 4a7c279

Please sign in to comment.