Skip to content

Commit

Permalink
Merge pull request #159 from adopted-ember-addons/release-plan-pr
Browse files Browse the repository at this point in the history
don't remove stderr.log if release-plan fails
  • Loading branch information
mansona authored Feb 16, 2024
2 parents 20037fb + 6f04b1c commit f2b9681
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/plan-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ jobs:
echo 'text<<EOF' >> $GITHUB_OUTPUT
cat stderr.log >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT
rm stderr.log
else
echo 'text<<EOF' >> $GITHUB_OUTPUT
jq .description .release-plan.json -r >> $GITHUB_OUTPUT
Expand Down

0 comments on commit f2b9681

Please sign in to comment.