Skip to content

Commit

Permalink
fix: use altDeploymentRepository instead of altReleaseDeploymentRepos…
Browse files Browse the repository at this point in the history
…itory (#12)
  • Loading branch information
grigoriev authored May 28, 2024
1 parent dc2d837 commit 314ce47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,21 +64,21 @@ jobs:
"id": "s3Deploy",
"properties":
{
"altReleaseDeploymentRepository": "s3::default::s3://sbb-polarion-maven-repo/polarion.mvn"
"altDeploymentRepository": "s3::default::s3://sbb-polarion-maven-repo/polarion.mvn"
}
},
{
"id": "githubDeploy",
"properties":
{
"altReleaseDeploymentRepository": "github::default::https://maven.pkg.github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic"
"altDeploymentRepository": "github::default::https://maven.pkg.github.com/SchweizerischeBundesbahnen/ch.sbb.polarion.extension.generic"
}
},
{
"id": "repsyDeploy",
"properties":
{
"altReleaseDeploymentRepository": "repsy::default::https://repo.repsy.io/mvn/sbb/polarion"
"altDeploymentRepository": "repsy::default::https://repo.repsy.io/mvn/sbb/polarion"
}
}
]
Expand Down

0 comments on commit 314ce47

Please sign in to comment.