Skip to content

Commit 00129c2

Browse files
committed
don't put the generated pr description in the repo
1 parent 518dd8f commit 00129c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/changesets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
echo "PR_DESCRIPTION<<EOF" >> $GITHUB_ENV
7474
cat pr-description.md >> $GITHUB_ENV
7575
echo "EOF" >> $GITHUB_ENV
76+
rm pr-description.md
7677
7778
- name: Bump versions
7879
if: steps.check_changesets.outputs.has_changesets == 'true'
@@ -142,4 +143,3 @@ jobs:
142143
});
143144
console.log(`Created PR #${pr.number}`);
144145
}
145-

0 commit comments

Comments
 (0)