Skip to content

Commit 4910ed6

Browse files
committed
push
1 parent bf4c728 commit 4910ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
- name: Publish to GitHub Packages
4242
run: |
4343
REPO="github::default::https://maven.pkg.github.com/${{github.repository}}"
44-
mvn -B deploy -DaltReleaseDeploymentRepository="${REPO}"
44+
mvn -B deploy -DaltDeploymentRepository="${REPO}"
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)