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 de8339f commit 84cfb28Copy full SHA for 84cfb28
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
- run: npm ci
18
- run: npm run build --if-present
19
- run: npm test
20
- - run: npx semantic-release
+ - run: npx semantic-release --branches main
21
env:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments