Skip to content

Commit

Permalink
fix: version of publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortezz committed Aug 25, 2024
1 parent 172ce09 commit 27ae45f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/version_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ jobs:
run: chmod +x ./gradlew
- name: Publish changes
run: |
git pull
rm ~/.m2/settings.xml
./gradlew publish

0 comments on commit 27ae45f

Please sign in to comment.