Skip to content

Commit

Permalink
ci(auto-publish): fix by not normalizing package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jjangga0214 committed Jan 16, 2024
1 parent 574a44c commit b68bff9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workflows/auto-publish.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ async function changeVersion(version: string) {
const filename = path.resolve(projectRoot, 'package.json')
const packageJson = await readPackage({
cwd: projectRoot,
normalize: false,
})
packageJson.version = version
await fs.writeFile(
Expand Down

0 comments on commit b68bff9

Please sign in to comment.