Skip to content

Commit

Permalink
Merge pull request #347 from wultra/issues/scp-deploy
Browse files Browse the repository at this point in the history
Fix scp-deploy.yml
  • Loading branch information
banterCZ authored Oct 23, 2024
2 parents 01daa4d + 55cdca0 commit b1746f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scp-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
cache: maven
- name: Run Maven Package Step
run: |
cd powerauth-data-adapter
mvn -B -U package -Dmaven.test.skip=true -DuseInternalRepo=true
env:
INTERNAL_USERNAME: ${{ secrets.JFROG_USERNAME }}
Expand Down

0 comments on commit b1746f6

Please sign in to comment.