Skip to content

Commit c9bda1a

Browse files
committed
update branch in the ci file
1 parent 7fb8849 commit c9bda1a

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@ jobs:
1414
uses: cycjimmy/semantic-release-action@v2
1515
id: semantic
1616
with:
17-
branch: master
18-
extra_plugins: |
19-
@semantic-release/git
20-
@semantic-release/changelog
17+
branch: main
2118
env:
2219
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2320
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,5 @@
3030
"cypress": "6.3.0",
3131
"prettier": "2.2.1",
3232
"semantic-release": "^17.3.6"
33-
},
34-
"release": {
35-
"branches": "main"
3633
}
3734
}

0 commit comments

Comments
 (0)