Skip to content

Commit

Permalink
Merge pull request #34 from dvsa/fix-workflow-cd
Browse files Browse the repository at this point in the history
Fix workflow cd
  • Loading branch information
sdh100shaun authored May 18, 2024
2 parents d9a516b + 99e7778 commit 209a017
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 @@ -26,5 +26,5 @@ jobs:
with:
servers: '[{ "id":"dvsa-github-packages", "configuration": { "httpHeaders": { "property": { "name":"Authorization", "value":"Bearer ${{ secrets.GITHUB_TOKEN }}"} } } },{ "id":"github", "configuration": { "httpHeaders": { "property": { "name":"Authorization", "value":"Bearer ${{ secrets.GITHUB_TOKEN }}"} } } } ]'

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

0 comments on commit 209a017

Please sign in to comment.