Skip to content

Commit

Permalink
skip error for tag deploy #125
Browse files Browse the repository at this point in the history
  • Loading branch information
yurake committed Jun 22, 2020
1 parent 2d228b7 commit e33158f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/java-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:

- name: Maven Deploy POM to Github Package Registry
working-directory: ./application/parent-pom/
continue-on-error: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: mvn deploy --settings ../.m2/settings.xml
Expand Down

0 comments on commit e33158f

Please sign in to comment.