Skip to content

Commit

Permalink
fix(versions): fix versions.json format
Browse files Browse the repository at this point in the history
Remove trailing commas from the `versions.json` file.
  • Loading branch information
parfeon committed Mar 26, 2024
1 parent 7311ddd commit 8fef6a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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": "^version(\"(.+)\")$", "cleared": true },
],
{ "pattern": "^version(\"(.+)\")$", "cleared": true }
]
}

0 comments on commit 8fef6a3

Please sign in to comment.