Skip to content

Commit

Permalink
fix: added maven debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
sdh100shaun committed May 18, 2024
1 parent 9d43979 commit f6ece41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
with:
servers: '[{ "id":"dvsa-github-packages", "configuration": { "httpHeaders": { "property": { "name":"Authorization", "value":"Bearer ${{ secrets.GITHUB_TOKEN }}"} } } } ]'

- run: mvn -B -P github ${{ inputs.maven-goal}}
- run: mvn -B -P github -X ${{ inputs.maven-goal}}

0 comments on commit f6ece41

Please sign in to comment.