We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e21c1d7 commit e51f6f3Copy full SHA for e51f6f3
.github/workflows/publish.yml
@@ -37,6 +37,7 @@ jobs:
37
"toolName": "fcli",
38
"toolRepo": "fortify/fcli",
39
"assetRegex": "(fcli-linux\\.tgz|fcli-mac\\.tgz|fcli-windows\\.zip|fcli\\.jar)",
40
+ "tagRegex": "v\\d+\\.\\d+\\.\\d+",
41
"semver": "major",
42
"binaryPlatforms": {
43
".*fcli.jar": "java",
0 commit comments