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 8657920 commit dfd1abbCopy full SHA for dfd1abb
.github/workflows/publish.yml
@@ -22,4 +22,4 @@ jobs:
22
with: { node-version: 24, cache: 'pnpm' }
23
- run: pnpm install
24
- name: publish
25
- run: pnpm changelogen --canary nightly --release --tag main
+ run: pnpm changelogen --bump --canary nightly && npm publish --tag main
0 commit comments