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 2d5e2ba commit 2d1e84dCopy full SHA for 2d1e84d
.github/workflows/release.yml
@@ -49,3 +49,7 @@ jobs:
49
env:
50
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
51
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
52
+
53
+ # Rebuild packages after version bump to ensure dist/package.json is updated
54
+ - name: Rebuild packages after version bump
55
+ run: npm run build
0 commit comments