Skip to content

Commit

Permalink
Add --fail-at-end to maven deploy command to see if it can complete w…
Browse files Browse the repository at this point in the history
…hen re-run on github
  • Loading branch information
groldan committed Aug 4, 2024
1 parent d7f844e commit c9ba0e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Publish package
run: |
./mvnw --batch-mode deploy -DskipTests -ntp \
./mvnw --batch-mode deploy -DskipTests -ntp -fae \
-DaltDeploymentRepository=github::https://maven.pkg.github.com/camptocamp/geoserver-cloud-geoserver
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit c9ba0e2

Please sign in to comment.