File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ jobs:
43
43
shell : bash
44
44
run : |
45
45
BRANCH="${GITHUB_REF#refs/heads/}"
46
- if [ "$BRANCH" == 'master ' ]
46
+ if [ "$BRANCH" == 'main ' ]
47
47
then
48
48
echo "Branch validation Successful"
49
49
else
50
- echo "Releases only taken from master branch"
50
+ echo "Releases only taken from main branch"
51
51
exit 1
52
52
fi
53
53
Original file line number Diff line number Diff line change 20
20
"node" : " >=10"
21
21
},
22
22
"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 "
25
25
},
26
26
"author" : " Keyvalue" ,
27
27
"license" : " " ,
28
- "homepage" : " https://bitbucket.org/keyvaluesoftwaresystems/kv-boilerplate-ts " ,
28
+ "homepage" : " https://github.com/KeyValueSoftwareSystems/react-multi-selection-ui " ,
29
29
"keywords" : [
30
30
" library" ,
31
31
" starter" ,
You can’t perform that action at this time.
0 commit comments