Skip to content

Commit

Permalink
build(regex): fix regular expression
Browse files Browse the repository at this point in the history
  • Loading branch information
parfeon committed Jun 14, 2024
1 parent 7583be6 commit 121673c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release/versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
{ "pattern": "#define PUBNUB_SDK_VERSION \"(.+)\"$", "cleared": true }
],
"CMakeLists.txt": [
{ "pattern": "project(c-core VERSION ((.+))$", "cleared": true }
{ "pattern": "project(c-core VERSION (.+))$", "cleared": true }
]
}

0 comments on commit 121673c

Please sign in to comment.