Skip to content

Commit

Permalink
fix: Fix release workflow (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmnlab authored Dec 15, 2023
1 parent 8ba1407 commit 38e9d7c
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 @@ -12,8 +12,8 @@
"replacements": [
{
"files": ["src/envers/__init__.py"],
"from": "return '.*' # semantic-release",
"to": "return '${nextRelease.version}' # semantic-release",
"from": "return \".*\" # semantic-release",
"to": "return \"${nextRelease.version}\" # semantic-release",
"results": [
{
"file": "src/envers/__init__.py",
Expand Down

0 comments on commit 38e9d7c

Please sign in to comment.