Commit 6acddb1 1 parent 762914c commit 6acddb1 Copy full SHA for 6acddb1
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34509,7 +34509,7 @@ try {
34509
34509
else
34510
34510
{
34511
34511
const found = newGradle.match(versionNameRegexPattern);
34512
- versionName = found[2].replace ("\"", "");
34512
+ versionName = found[2].replaceAll ("\"", "");
34513
34513
}
34514
34514
34515
34515
if (applicationId.length > 0)
Original file line number Diff line number Diff line change 43
43
else
44
44
{
45
45
const found = newGradle . match ( versionNameRegexPattern ) ;
46
- versionName = found [ 2 ] . replace ( "\"" , "" ) ;
46
+ versionName = found [ 2 ] . replaceAll ( "\"" , "" ) ;
47
47
}
48
48
49
49
if ( applicationId . length > 0 )
Original file line number Diff line number Diff line change 11
11
"author" : " " ,
12
12
"license" : " ISC" ,
13
13
"dependencies" : {
14
- "@actions/core" : " ^1.2.11 " ,
14
+ "@actions/core" : " ^1.2.12 " ,
15
15
"@actions/github" : " ^4.0.0"
16
16
},
17
17
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments