Skip to content

Commit

Permalink
[infra] trim to fix (tldraw#4779)
Browse files Browse the repository at this point in the history
Trim

### Change type

- [x] `other`
  • Loading branch information
ds300 authored Oct 24, 2024
1 parent 48e71d4 commit cf43812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/scripts/publish-new.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ async function main() {
await generateAutoRcFile()
await auto.loadConfig()

const preTagRef = await exec('git', ['rev-parse', 'HEAD'])
const preTagRef = (await exec('git', ['rev-parse', 'HEAD'])).trim()

// this creates a new commit
await auto.changelog({
Expand Down

0 comments on commit cf43812

Please sign in to comment.