Skip to content

Commit

Permalink
fix error in mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsereko committed Apr 17, 2024
1 parent 4c5671e commit 54869ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/upload-maven-artifacts/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ runs:
with:
mirrors: |
[{
"id": "mks-nexus-public"
"id": "mks-nexus-public",
"name": "ozone-mirror",
"mirrorOf": "com.ozonehis*",
"url": "https://nexus.mekomsolutions.net/repository/maven-public/"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/configuration-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
mirrors: |
[{
"id": "mks-nexus-public"
"id": "mks-nexus-public",
"name": "ozone-mirror",
"mirrorOf": "com.ozonehis*",
"url": "https://nexus.mekomsolutions.net/repository/maven-public/"
Expand Down

0 comments on commit 54869ad

Please sign in to comment.