Skip to content

Commit

Permalink
deploy maven packages failed fix
Browse files Browse the repository at this point in the history
  • Loading branch information
niko.usai committed Dec 14, 2021
1 parent b5238e3 commit 123d2b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/release-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ jobs:
with:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
- uses: ./.github/actions/prepare-java
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '11'
distribution: 'adopt'
- name: Set VERSION
id: vars
run: |
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub OWNER Apache Maven Packages</name>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/sourcesense/joyce</url>
</repository>
</distributionManagement>
Expand Down

0 comments on commit 123d2b6

Please sign in to comment.