Skip to content

Commit

Permalink
Fix typo on GitHub Actions configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
hprange committed Oct 2, 2021
1 parent 23f9ba0 commit 8dd6a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
java-version: 1.8

- name: Deploy snapshots with Maven
run: mvn -B deploy --file pom.xml -s .maven-settings.xml -DretryFailedDeploymentCount=10
run: mvn -B deploy --file pom.xml -s .maven_settings.xml -DretryFailedDeploymentCount=10
env:
CI_DEPLOY_USERNAME: ${{ secrets.CI_DEPLOY_USERNAME }}
CI_DEPLOY_PASSWORD: ${{ secrets.CI_DEPLOY_PASSWORD }}

0 comments on commit 8dd6a3d

Please sign in to comment.