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 1b3767e commit 1830d18Copy full SHA for 1830d18
.github/workflows/release.yml
@@ -415,6 +415,7 @@ jobs:
415
then
416
npm publish --access public
417
cd ../../
418
+ npx changelogithub || true
419
pnpm install --no-frozen-lockfile
420
pnpm run --filter="./packages/*" --filter="!compiler-rs" --parallel build
421
pnpm publish --filter="./packages/*" --filter="!compiler-rs" --access public --no-git-checks
0 commit comments