Format package.json after running changeset (#2904)

This commit is contained in:
Greg Bergé
2025-02-28 16:56:44 +01:00
committed by GitHub
parent 0924259217
commit 989fc69abe
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -28,6 +28,7 @@ jobs:
uses: changesets/action@v1
with:
publish: npm run release
version: npm run changeset-version
env:
# Using a PAT instead of GITHUB_TOKEN because we need to run workflows when releases are created
# https://github.com/orgs/community/discussions/26875#discussioncomment-3253761