Skip to content

Commit

Permalink
Fix GitHub repo publish
Browse files Browse the repository at this point in the history
  • Loading branch information
emerkle826 committed Oct 11, 2024
1 parent 7a454b8 commit ef1e0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
REPO="gh::default::https://maven.pkg.github.com/${GITHUB_REPOSITORY}"
mvn -B clean deploy \
-P dse,hcd \
-Drevision="${{ env.RELEASE_VERSION }}" \
-Dskip.surefire.tests \
-DskipTests \
-DaltDeploymentRepository="${REPO}" \
-DaltSnapshotDeploymentRepository="${REPO}"
Expand Down

0 comments on commit ef1e0dd

Please sign in to comment.