Skip to content

Commit e92d667

Browse files
committed
Fix workflow for GitHub deployment
1 parent 306fff7 commit e92d667

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
distribution: 'temurin'
3737
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
3838
- name: Publish to GitHub Packages
39-
run: mvn --batch-mode deploy
39+
run: mvn -P github --batch-mode deploy
4040
env:
4141
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)