Skip to content

Commit

Permalink
Update workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
eoctet committed Jan 28, 2024
1 parent 76ab4a9 commit 19d920c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven_build_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
- name: Build with Maven
run: |
mvn clean package deploy
mvn clean package
env:
MAVEN_USERNAME: ${{ secrets.MAVEN_REPO_NAME }}
MAVEN_PASSWORD: ${{ secrets.MAVEN_REPO_CODE }}
Expand Down

0 comments on commit 19d920c

Please sign in to comment.