Skip to content

Commit 6f04b1c

Browse files
committed
don't remove stderr.log if release-plan fails
1 parent 20037fb commit 6f04b1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/plan-release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ jobs:
6969
echo 'text<<EOF' >> $GITHUB_OUTPUT
7070
cat stderr.log >> $GITHUB_OUTPUT
7171
echo 'EOF' >> $GITHUB_OUTPUT
72-
rm stderr.log
7372
else
7473
echo 'text<<EOF' >> $GITHUB_OUTPUT
7574
jq .description .release-plan.json -r >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)