Skip to content

Commit

Permalink
fix(plugins/npm-post): add return code for CI pass
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Apr 26, 2024
1 parent d95ac5f commit 437ee91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/npm-post.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ release() {

if ! $IS_DRY_RUN; then
if [ ! -f package.json ] || [ -z "$(git diff --name-only package.json 2>/dev/null)" ]; then
return
return 0
fi

prepare
Expand Down

0 comments on commit 437ee91

Please sign in to comment.