Skip to content

Commit

Permalink
Merge pull request #82 from Julius278/feature/513
Browse files Browse the repository at this point in the history
continue on error, github action snapshot upload
  • Loading branch information
Julius278 authored Aug 9, 2024
2 parents 24f7ad4 + 3325c0c commit 8ba180c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/upload_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@ jobs:
env:
DEPLOY_TOKEN: ${{ secrets.DEPLOY_TOKEN }}
PRIVATE_TOKEN: ${{ secrets.PRIVATE_TOKEN }}
run: mvn -s github_SNAPSHOT_settings.xml clean install deploy
run: mvn -s github_SNAPSHOT_settings.xml clean install deploy
continue-on-error: true

0 comments on commit 8ba180c

Please sign in to comment.