Skip to content

Commit

Permalink
Fix deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
nkolosnjaji committed May 30, 2024
1 parent de92bb8 commit 0a040f6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
java-version: '22'
distribution: 'temurin'
- name: Build JAVA
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: mvn -ntp deploy
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,12 @@
</dependencies>
</dependencyManagement>

<!-- <distributionManagement>-->
<!-- <repository>-->
<!-- <id>github</id>-->
<!-- <name>GitHub OWNER Apache Maven Packages</name>-->
<!-- <url>https://maven.pkg.github.com/nkolosnjaji/webp-imageio</url>-->
<!-- </repository>-->
<!-- </distributionManagement>-->
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub NKolosnjaji Apache Maven Packages</name>
<url>https://maven.pkg.github.com/nkolosnjaji/webp-imageio</url>
</repository>
</distributionManagement>

</project>

0 comments on commit 0a040f6

Please sign in to comment.