Skip to content

Commit

Permalink
chore(ci): fix release version
Browse files Browse the repository at this point in the history
  • Loading branch information
syfxlin committed Jan 6, 2024
1 parent 3867653 commit 16b8c75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
"replacements": [
{
"files": ["src/depker.ts"],
"from": "__VERSION__",
"to": "${nextRelease.version}"
"from": "this.version = \".*\"",
"to": "this.version = \"${nextRelease.version}\""
}
]
}
Expand Down

0 comments on commit 16b8c75

Please sign in to comment.