Skip to content

Commit

Permalink
ci: use ci flag for release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj committed Jun 12, 2021
1 parent 1828b48 commit f9d31b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ patch_re=\#Patch

echo ${log_messages}

args="-n --npm.access=public --github.release --no-git.requireCleanWorkingDir --npm.skipChecks"
args="--ci --github.release --no-git.requireCleanWorkingDir --npm.skipChecks"

if [[ ${log_messages} =~ ${major_re} ]]; then
echo "Major Release"
Expand Down

0 comments on commit f9d31b5

Please sign in to comment.