Skip to content

Commit

Permalink
Use publish / skip
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry authored Sep 5, 2019
1 parent 54cccf4 commit 424108e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secret.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
lazy val secret = {
for (token <- sys.env.get("GITHUB_PERSONAL_ACCESS_TOKEN")) yield {
val secret = project.settings(publishArtifact := false).in {
val secret = project.settings(publish / skip := true).in {
val secretDirectory = file(sourcecode.File()).getParentFile / "secret"
IO.delete(secretDirectory)
org.eclipse.jgit.api.Git
Expand Down

0 comments on commit 424108e

Please sign in to comment.