Skip to content

Commit

Permalink
fix(plugins/npm): now exit process if no TOKEN was provided
Browse files Browse the repository at this point in the history
  • Loading branch information
dalisoft committed Mar 1, 2024
1 parent 8d3b48f commit e489b5e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/npm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ release() {
npm Token is not found
Please export npm Token so this plugin can be used
"
exit 1
fi
}

0 comments on commit e489b5e

Please sign in to comment.