Skip to content

Commit

Permalink
odpi#4664 correct maven invocation to deploy
Browse files Browse the repository at this point in the history
Signed-off-by: Nigel Jones <nigel.l.jones+git@gmail.com>
  • Loading branch information
planetf1 committed Feb 24, 2021
1 parent 4fda689 commit 3b4aeda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# Build and publish - but only for master
- name: Build with Maven (Publish snapshots to maven central)
if: ${{ github.repository == 'odpi/egeria' && github.ref == 'refs/heads/master'}}
run: mvn -B -DuseMavenCentral clean verify
run: mvn -B -DuseMavenCentral clean deploy
# Needed for publishing -- note we push to a staging area, login to oss.sonatype.org to
# verify (close) the repository & release
env:
Expand Down

0 comments on commit 3b4aeda

Please sign in to comment.