Skip to content

Commit 62c80c4

Browse files
authored
Merge pull request #157 from adopted-ember-addons/release-plan-exit-code
fix exit code for release-plan
2 parents 4c40b6b + 6beb0ff commit 62c80c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/plan-release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
7474
jq .description .release-plan.json -r >> $GITHUB_OUTPUT
7575
echo 'EOF' >> $GITHUB_OUTPUT
7676
fi
77+
78+
exit 0
7779
env:
7880
GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }}
7981

0 commit comments

Comments
 (0)