Skip to content

Commit

Permalink
Update maven-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkAtra authored Feb 26, 2021
1 parent 44ef214 commit 74f85ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
git config user.email [email protected]
git add .
git commit -m "Release ${{ github.event.release.tag_name }}"
git push
git push origin HEAD:master
- name: Build with Maven
run: mvn -B package --file pom.xml
Expand Down

0 comments on commit 74f85ac

Please sign in to comment.