diff --git a/.github/workflows/maven.bat b/.github/workflows/maven.bat index 970c88a..36ebb9f 100644 --- a/.github/workflows/maven.bat +++ b/.github/workflows/maven.bat @@ -10,4 +10,4 @@ git config --local user.email "actions@github.com" git add . git commit -m "%GITHUB_SHA%" -git push https://%GITHUB_TOKEN%@github.com/ZekerZhayard/ForgeWrapper.git maven +git push origin maven diff --git a/gradle.properties b/gradle.properties index 38e3501..4069c3a 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ org.gradle.daemon = false -fw_version = 1.5 \ No newline at end of file +fw_version = 1.5.0 \ No newline at end of file