Skip to content

Commit 2bb4689

Browse files
authored
Deploy should use deploy build profile
1 parent 4df814d commit 2bb4689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
SECRET_ACTOR: ${{ secrets.OHNLP_REPO_READ_ACTOR }}
2626
SECRET_TOKEN: ${{ secrets.OHNLP_REPO_READ_TOKEN }}
2727
- name: Publish to GitHub Packages Apache Maven
28-
run: mvn deploy -s $GITHUB_WORKSPACE/githubdeploysettings/settings.xml
28+
run: mvn deploy -s $GITHUB_WORKSPACE/githubdeploysettings/settings.xml -P build-deploy
2929
env:
3030
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)