Skip to content

Commit

Permalink
build: fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Eywek committed Dec 20, 2019
1 parent 3150a8e commit b3d7a23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- name: Push jar
run: |
mv ./build/libs/*.jar ./mineweb_bridge-$VERSION.jar
git config --global user.email "[email protected]"
git config --global user.name "MineWeb Bot"
git add mineweb_bridge-$VERSION.jar
git commit -m "build: Add mineweb_bridge-$VERSION.jar"
git push $REPO master
Expand Down

0 comments on commit b3d7a23

Please sign in to comment.