Skip to content

Commit

Permalink
Deploy should use deploy build profile
Browse files Browse the repository at this point in the history
  • Loading branch information
qqndrew authored Feb 15, 2022
1 parent 4df814d commit 2bb4689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
SECRET_ACTOR: ${{ secrets.OHNLP_REPO_READ_ACTOR }}
SECRET_TOKEN: ${{ secrets.OHNLP_REPO_READ_TOKEN }}
- name: Publish to GitHub Packages Apache Maven
run: mvn deploy -s $GITHUB_WORKSPACE/githubdeploysettings/settings.xml
run: mvn deploy -s $GITHUB_WORKSPACE/githubdeploysettings/settings.xml -P build-deploy
env:
GITHUB_TOKEN: ${{ github.token }}

0 comments on commit 2bb4689

Please sign in to comment.