Skip to content

Commit d0f4659

Browse files
committed
Try fix Release of sbt plugin
1 parent a4d86f0 commit d0f4659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sbt-plugin/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
def isRelease() =
2-
System.getenv("GITHUB_REPOSITORY") == "scalacenter/sbt-github-dependency-graph" &&
2+
System.getenv("GITHUB_REPOSITORY") == "scalacenter/sbt-dependency-graph-action" &&
33
System.getenv("GITHUB_WORKFLOW") == "Release"
44

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

0 commit comments

Comments
 (0)