Skip to content

Commit 6b7c8b1

Browse files
deploy and package.json changes
1 parent 0e6f79d commit 6b7c8b1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
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",

0 commit comments

Comments
 (0)