Skip to content

Commit e51f6f3

Browse files
committed
Add fcli version regex
1 parent e21c1d7 commit e51f6f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
"toolName": "fcli",
3838
"toolRepo": "fortify/fcli",
3939
"assetRegex": "(fcli-linux\\.tgz|fcli-mac\\.tgz|fcli-windows\\.zip|fcli\\.jar)",
40+
"tagRegex": "v\\d+\\.\\d+\\.\\d+",
4041
"semver": "major",
4142
"binaryPlatforms": {
4243
".*fcli.jar": "java",

0 commit comments

Comments
 (0)