We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf4c728 commit 4910ed6Copy full SHA for 4910ed6
.github/workflows/package.yml
@@ -41,6 +41,6 @@ jobs:
41
- name: Publish to GitHub Packages
42
run: |
43
REPO="github::default::https://maven.pkg.github.com/${{github.repository}}"
44
- mvn -B deploy -DaltReleaseDeploymentRepository="${REPO}"
+ mvn -B deploy -DaltDeploymentRepository="${REPO}"
45
env:
46
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments