Skip to content

Commit

Permalink
Merge pull request #25 from dvsa/fix-workflow-cd
Browse files Browse the repository at this point in the history
fix: added maven debugging
  • Loading branch information
sdh100shaun authored May 18, 2024
2 parents 4b6a32e + f6ece41 commit 8ff0bc2
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 8ff0bc2

Please sign in to comment.