Skip to content

Commit

Permalink
ci: fix semantic-release options
Browse files Browse the repository at this point in the history
  • Loading branch information
hannoeru committed Aug 28, 2023
1 parent 31424b2 commit b23c77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: npm run build

- name: Release
run: pnpm dlx semantic-release
run: pnpm dlx semantic-release --branches main
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit b23c77c

Please sign in to comment.