Fix getting version from temporary files in GH action

[MAILPOET-6097]
This commit is contained in:
Jan Lysý
2024-06-21 18:37:20 +02:00
committed by Jan Lysý
parent 46ad169439
commit f4adfaf732
7 changed files with 41 additions and 36 deletions

View File

@@ -117,4 +117,4 @@ if ($previousVersion) {
echo "No previous version found.\n";
}
saveVersionsToFile($latestVersion, $previousVersion, 'wordpress_versions.txt');
saveVersionsToFiles($latestVersion, $previousVersion, 'wordpress_version.txt');