Skip to content

Commit b23c77c

Browse files
committed
ci: fix semantic-release options
1 parent 31424b2 commit b23c77c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
run: npm run build
8888

8989
- name: Release
90-
run: pnpm dlx semantic-release
90+
run: pnpm dlx semantic-release --branches main
9191
env:
9292
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9393
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)