File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ jobs:
4040
4141 changelog=$(sed -n "$line1,$((line2 - 1))p" CHANGELOG.md | tail -n +2)
4242
43- echo "new_version=$new_version" | tee "$GITHUB_OUTPUT"
44- echo "last_commit_version=$last_commit_version" | tee "$GITHUB_OUTPUT"
45- echo "prev_version=$prev_version" | tee "$GITHUB_OUTPUT"
46- echo "changelog<<EOF" | tee "$GITHUB_OUTPUT"
47- echo "$changelog" | tee "$GITHUB_OUTPUT"
48- echo "EOF" | tee "$GITHUB_OUTPUT"
43+ echo "new_version=$new_version" | tee --append "$GITHUB_OUTPUT"
44+ echo "last_commit_version=$last_commit_version" | tee --append "$GITHUB_OUTPUT"
45+ echo "prev_version=$prev_version" | tee --append "$GITHUB_OUTPUT"
46+ echo "changelog<<EOF" | tee --append "$GITHUB_OUTPUT"
47+ echo "$changelog" | tee --append "$GITHUB_OUTPUT"
48+ echo "EOF" | tee --append "$GITHUB_OUTPUT"
4949
5050 - name : Verify version matches package.json and package-lock.json
5151 run : |
You can’t perform that action at this time.
0 commit comments