Skip to content

Commit

Permalink
fix exit code for release-plan
Browse files Browse the repository at this point in the history
  • Loading branch information
mansona committed Feb 16, 2024
1 parent 4c40b6b commit 6beb0ff
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 6beb0ff

Please sign in to comment.