Skip to content

Commit

Permalink
Update deploy-snapshots.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
slubwama authored Jan 16, 2024
1 parent 3bac14f commit 7bafd07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

# Execute the Maven deploy command to compile, package, test, verify, and publish to SNAPSHOT repository
- name: Maven Deploy
run: mvn -B deploy --file pom.xml
run: mvn -X -B deploy --file pom.xml
env:
secret_BINTRAY_USERNAME: ${{ secrets.BINTRAY_USERNAME }}
secret_BINTRAY_PASSWORD: ${{ secrets.BINTRAY_PASSWORD }}

0 comments on commit 7bafd07

Please sign in to comment.