Skip to content

Commit 436ac8a

Browse files
authored
build(release): fix backslash escaping (#187)
1 parent 739baec commit 436ac8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release/versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
{ "pattern": "#define PUBNUB_SDK_VERSION \"(.+)\"$", "cleared": true }
88
],
99
"CMakeLists.txt": [
10-
{ "pattern": "project\(c-core VERSION (.+)\)$", "cleared": true }
10+
{ "pattern": "project\\(c-core VERSION (.+)\\)$", "cleared": true }
1111
]
1212
}

0 commit comments

Comments
 (0)