Skip to content

Commit

Permalink
Merge pull request #157 from adopted-ember-addons/release-plan-exit-code
Browse files Browse the repository at this point in the history
fix exit code for release-plan
  • Loading branch information
mansona authored Feb 16, 2024
2 parents 4c40b6b + 6beb0ff commit 62c80c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/plan-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:
jq .description .release-plan.json -r >> $GITHUB_OUTPUT
echo 'EOF' >> $GITHUB_OUTPUT
fi
exit 0
env:
GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 62c80c4

Please sign in to comment.