mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-09 11:08:25 +00:00
ci: try changelog updater
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -108,10 +108,11 @@ jobs:
|
||||
$raw = php cicd_scripts/update_changelog.php false
|
||||
}
|
||||
if ($isMaster -or ($isDev -and $isPush)) {
|
||||
echo "Running changelog updater"
|
||||
javac -cp build/classes -d build/classes src/com/jpexs/build/ChangelogUpdater.java
|
||||
java -cp build/classes com.jpexs.build.ChangelogUpdater
|
||||
java -cp build/classes com.jpexs.build.ChangelogUpdater
|
||||
}
|
||||
|
||||
exit 1
|
||||
if ($isMaster -and ($raw -match '^(\d+)\.(\d+)\.(\d+)$')) {
|
||||
$X = $Matches[1]
|
||||
$Y = $Matches[2]
|
||||
|
||||
Reference in New Issue
Block a user