Skip to content

Commit

Permalink
Merge pull request #45 from pmonks/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
pmonks authored Jul 26, 2022
2 parents 8df7564 + b7a9940 commit 9b87473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pbr/tasks.clj
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@
(if (and (not (get-in opts [:pom :scm :tag]))
(s/starts-with? (get-in opts [:pom :scm :connection] "") "scm:git"))
(pom/pom (assoc-in opts [:pom :scm :tag] version))
(pom/pom opts))
(pom/pom deploy-opts))
(bb/jar deploy-opts)
(bb/deploy deploy-opts))
(throw (ex-info (str "deploy task must be run from '" main-branch "' branch (current branch is '" current-branch "').") (into {} opts)))))
Expand Down

0 comments on commit 9b87473

Please sign in to comment.