Skip to content

Commit

Permalink
Fix maven.bat.
Browse files Browse the repository at this point in the history
  • Loading branch information
ZekerZhayard committed Jul 22, 2021
1 parent f6f18f0 commit c61d04d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ git config --local user.email "[email protected]"

git add .
git commit -m "%GITHUB_SHA%"
git push https://%GITHUB_TOKEN%@github.com/ZekerZhayard/ForgeWrapper.git maven
git push origin maven
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

org.gradle.daemon = false

fw_version = 1.5
fw_version = 1.5.0

0 comments on commit c61d04d

Please sign in to comment.