Skip to content

Commit

Permalink
Try fix Release of sbt plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
adpi2 committed Jul 6, 2022
1 parent 5ce2a91 commit e5c8725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbt-plugin/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
def isRelease() =
System.getenv("GITHUB_REPOSITORY") == "scalacenter/sbt-github-dependency-graph" &&
System.getenv("GITHUB_REPOSITORY") == "scalacenter/sbt-dependency-graph-action" &&
System.getenv("GITHUB_WORKFLOW") == "Release"

def isCI = System.getenv("CI") != null
Expand Down

0 comments on commit e5c8725

Please sign in to comment.