Skip to content

Commit b7b3915

Browse files
authored
Update build-maven.yml
1 parent a438067 commit b7b3915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ jobs:
3737
run: mvn -B package
3838

3939
- name: Publish to GitHub Packages
40-
run: mvn deploy -s ${{ github.workspace }}/settings.xml
40+
run: mvn deploy -P deploy -s ${{ github.workspace }}/settings.xml
4141
env:
4242
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)