Skip to content

Commit

Permalink
build: use correct flag to disable clean git working directory
Browse files Browse the repository at this point in the history
#Patch release
  • Loading branch information
Harjot1Singh committed Oct 25, 2019
1 parent bec3116 commit 8a79731
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-requireCleanWorkingDir"
args="-n --npm.access=public --github.release --no-git.requireCleanWorkingDir"

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

0 comments on commit 8a79731

Please sign in to comment.