Skip to content

Commit

Permalink
ci: fix releases workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkAtra committed Jan 27, 2022
1 parent 14440fc commit d6d4899
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 @@ -33,7 +33,7 @@ jobs:
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
git add .
git commit -m "Release ${{ github.event.release.tag_name }}"
git diff-index --quiet HEAD || git commit -m "Release ${{ github.event.release.tag_name }}"
git push origin HEAD:master
- name: Build with Maven
Expand Down

0 comments on commit d6d4899

Please sign in to comment.