We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fb8849 commit c9bda1aCopy full SHA for c9bda1a
.github/workflows/ci.yml
@@ -14,10 +14,7 @@ jobs:
14
uses: cycjimmy/semantic-release-action@v2
15
id: semantic
16
with:
17
- branch: master
18
- extra_plugins: |
19
- @semantic-release/git
20
- @semantic-release/changelog
+ branch: main
21
env:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
package.json
@@ -30,8 +30,5 @@
30
"cypress": "6.3.0",
31
"prettier": "2.2.1",
32
"semantic-release": "^17.3.6"
33
- },
34
- "release": {
35
- "branches": "main"
36
}
37
0 commit comments