Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seddonm1 committed Jul 16, 2019
1 parent 1cc27db commit 012b0cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ steps:
-e SONATYPE_PASSWORD=$(SONATYPE_PASSWORD) \
-e PGP_PASSPHRASE=$(PGP_PASSPHRASE) \
sbt \
sbt "+sonatypeRelease"
sbt "sonatypeRelease"
displayName: 'sbt sonatypeRelease (push to https://repo1.maven.org/maven2/ai/tripl/)'
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))

0 comments on commit 012b0cc

Please sign in to comment.