Skip to content

Commit

Permalink
Fix deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
Alemiz112 committed Nov 5, 2023
1 parent 9a15c0c commit bfd128e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

- name: Build and Deploy
if: ${{ github.ref == 'refs/heads/master' }}
run: mvn -B clean package
run: mvn -B clean package deploy
shell: bash

- name: Upload artifacts
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@

<distributionManagement>
<repository>
<id>central</id>
<id>waterdog-releases</id>
<name>waterdog-releases</name>
<url>https://repo.waterdog.dev/releases</url>
</repository>
<snapshotRepository>
<id>snapshots</id>
<id>waterdog-snapshots</id>
<name>waterdog-snapshots</name>
<url>https://repo.waterdog.dev/snapshots</url>
</snapshotRepository>
Expand Down

0 comments on commit bfd128e

Please sign in to comment.