Skip to content

Commit

Permalink
Merge pull request #124 from rees46/fix/messages
Browse files Browse the repository at this point in the history
fix: messages
  • Loading branch information
Nelfimov authored Apr 26, 2024
2 parents 0bb0323 + a7fe637 commit 0ca7e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
env:
BASE_COMMIT: ${{ steps.find_base_commit.outputs.baseCommit }}
run: |
INITIAL_MESSAGE="chore(common): versions"$'\n\n'
INITIAL_MESSAGE="chore(common): versions "
temp_file=$(mktemp)
yarn workspaces foreach --since=$BASE_COMMIT exec "echo \"\$npm_package_name: \$npm_package_version \" >> $temp_file"
MESSAGE=$(cat $temp_file)
Expand Down

0 comments on commit 0ca7e78

Please sign in to comment.