Skip to content

Commit

Permalink
fix: Adjust github action
Browse files Browse the repository at this point in the history
  • Loading branch information
suyanlong committed Oct 18, 2021
1 parent bdcd9a9 commit 6136d6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .releaserc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"replacements": [
{
"files": ["version/version.go"],
"from": "Version.*?",
"from": "Version.*",
"to": ' Version = "${nextRelease.version}"',
"results": [
{
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package version

var (
Version = "1.1.1" = "1.1.1"
Version = "1.1.0"
BuildTime = "unknown time"
)

0 comments on commit 6136d6b

Please sign in to comment.