File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ jobs:
4343 shell : bash
4444 run : |
4545 BRANCH="${GITHUB_REF#refs/heads/}"
46- if [ "$BRANCH" == 'master ' ]
46+ if [ "$BRANCH" == 'main ' ]
4747 then
4848 echo "Branch validation Successful"
4949 else
50- echo "Releases only taken from master branch"
50+ echo "Releases only taken from main branch"
5151 exit 1
5252 fi
5353
Original file line number Diff line number Diff line change 2020 "node" : " >=10"
2121 },
2222 "repository" : {
23- "type" : " bitbucket " ,
24- "url" : " https://bitbucket.org/keyvaluesoftwaresystems/kv-boilerplate-ts "
23+ "type" : " github " ,
24+ "url" : " https://github.com/KeyValueSoftwareSystems/react-multi-selection-ui "
2525 },
2626 "author" : " Keyvalue" ,
2727 "license" : " " ,
28- "homepage" : " https://bitbucket.org/keyvaluesoftwaresystems/kv-boilerplate-ts " ,
28+ "homepage" : " https://github.com/KeyValueSoftwareSystems/react-multi-selection-ui " ,
2929 "keywords" : [
3030 " library" ,
3131 " starter" ,
You can’t perform that action at this time.
0 commit comments