Skip to content

Commit

Permalink
After adopting new-actions/setup-maven-settings it is no longer neces…
Browse files Browse the repository at this point in the history
…sary to delete settings.xml
  • Loading branch information
proksch committed Sep 9, 2023
1 parent 8e0274b commit 45245bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ jobs:

- name: Commit and tag the release version
run: |
rm settings.xml
git add .
git commit -m "Release of version ${{ env.version }}"
git push origin HEAD:main
Expand Down

0 comments on commit 45245bd

Please sign in to comment.