Skip to content

Commit

Permalink
Merge pull request #123 from wultra/issues/gha-scp-deploy
Browse files Browse the repository at this point in the history
Set -DuseInternalRepo=true for GHA scp-deploy
  • Loading branch information
banterCZ authored Nov 6, 2023
2 parents 8b31658 + 4d6ae4f commit dcaf062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scp-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
cache: maven
- name: Run Maven Package Step
run: |
mvn -B -U package -Dmaven.test.skip=true
mvn -B -U package -Dmaven.test.skip=true -DuseInternalRepo=true
env:
INTERNAL_USERNAME: ${{ secrets.JFROG_USERNAME }}
INTERNAL_PASSWORD: ${{ secrets.JFROG_PASSWORD }}
Expand Down

0 comments on commit dcaf062

Please sign in to comment.